Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 0ce9c56

Browse files
committed
Updates go version too
1 parent fa51192 commit 0ce9c56

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/format-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.20.6
18+
go-version: 1.23.4
1919

2020
- name: Format
2121
run: make format

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Go
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: 1.20.6
22+
go-version: 1.23.4
2323
check-latest: true
2424

2525
- name: Setup cache

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Go
2727
uses: actions/setup-go@v3
2828
with:
29-
go-version: 1.20.6
29+
go-version: 1.23.4
3030

3131
- name: Install dependencies
3232
run: go mod tidy

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/retiman/homekeeper
22

3-
go 1.22.0
3+
go 1.23.4
44

5-
toolchain go1.22.2
5+
toolchain go1.23.4
66

77
require (
88
github.com/apsdehal/go-logger v0.0.0-20190515212710-b0d6ccfee0e6

0 commit comments

Comments
 (0)