File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217
217
- name : Set up Go
218
218
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
219
219
with :
220
- go-version : ' 1.24 '
220
+ go-version : ' 1.25 '
221
221
222
222
- name : Set up QEMU
223
223
uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ module github.com/stacklok/dockyard
2
2
3
3
go 1.24.1
4
4
5
- toolchain go1.24.6
5
+ toolchain go1.25.0
6
6
7
7
require (
8
+ github.com/spf13/cobra v1.9.1
8
9
github.com/stacklok/toolhive v0.2.5
9
10
gopkg.in/yaml.v3 v3.0.1
10
11
)
@@ -96,7 +97,6 @@ require (
96
97
github.com/sourcegraph/conc v0.3.0 // indirect
97
98
github.com/spf13/afero v1.12.0 // indirect
98
99
github.com/spf13/cast v1.7.1 // indirect
99
- github.com/spf13/cobra v1.9.1 // indirect
100
100
github.com/spf13/pflag v1.0.6 // indirect
101
101
github.com/spf13/viper v1.20.1 // indirect
102
102
github.com/subosito/gotenv v1.6.0 // indirect
You can’t perform that action at this time.
0 commit comments