Skip to content

Commit 1b15d2c

Browse files
chore(deps): update dependency go to v1.25.0
1 parent 36e4131 commit 1b15d2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: Set up Go
218218
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
219219
with:
220-
go-version: '1.24'
220+
go-version: '1.25'
221221

222222
- name: Set up QEMU
223223
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module github.com/stacklok/dockyard
22

33
go 1.24.1
44

5-
toolchain go1.24.6
5+
toolchain go1.25.0
66

77
require (
8+
github.com/spf13/cobra v1.9.1
89
github.com/stacklok/toolhive v0.2.5
910
gopkg.in/yaml.v3 v3.0.1
1011
)
@@ -96,7 +97,6 @@ require (
9697
github.com/sourcegraph/conc v0.3.0 // indirect
9798
github.com/spf13/afero v1.12.0 // indirect
9899
github.com/spf13/cast v1.7.1 // indirect
99-
github.com/spf13/cobra v1.9.1 // indirect
100100
github.com/spf13/pflag v1.0.6 // indirect
101101
github.com/spf13/viper v1.20.1 // indirect
102102
github.com/subosito/gotenv v1.6.0 // indirect

0 commit comments

Comments
 (0)