File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module github.com/threefoldtech/zos4
22
3- go 1.23.0
4-
5- toolchain go1.24.2
3+ go 1.23
64
75require (
86 github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
You can’t perform that action at this time.
0 commit comments