Skip to content

Commit 4942d23

Browse files
committed
update go version
1 parent aafc05d commit 4942d23

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
name: Build and upload
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Set up Go 1.21
18+
- name: Set up Go 1.23
1919
uses: actions/setup-go@v1
2020
with:
21-
go-version: 1.21
21+
go-version: 1.23
2222
id: go
2323

2424
- name: Checkout code into the Go module directory

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
name: Running Daemon Tests
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Set up Go 1.21
9+
- name: Set up Go 1.23
1010
uses: actions/setup-go@v1
1111
with:
12-
go-version: 1.21
12+
go-version: 1.23
1313
id: go
1414

1515
- name: Prepare dependencies

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/threefoldtech/zos4
22

3-
go 1.23.0
4-
5-
toolchain go1.24.2
3+
go 1.23
64

75
require (
86
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect

0 commit comments

Comments
 (0)