File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
name : Build and upload
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - name : Set up Go 1.21
18
+ - name : Set up Go 1.23
19
19
uses : actions/setup-go@v1
20
20
with :
21
- go-version : 1.21
21
+ go-version : 1.23
22
22
id : go
23
23
24
24
- name : Checkout code into the Go module directory
Original file line number Diff line number Diff line change 6
6
name : Running Daemon Tests
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - name : Set up Go 1.21
9
+ - name : Set up Go 1.23
10
10
uses : actions/setup-go@v1
11
11
with :
12
- go-version : 1.21
12
+ go-version : 1.23
13
13
id : go
14
14
15
15
- name : Prepare dependencies
Original file line number Diff line number Diff line change 1
1
module github.com/threefoldtech/zos4
2
2
3
- go 1.23.0
3
+ go 1.23
4
4
5
- toolchain go1.24.2
5
+ toolchain go1.23
6
6
7
7
require (
8
8
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
You can’t perform that action at this time.
0 commit comments