We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52313d2 commit f0abe94Copy full SHA for f0abe94
.github/workflows/build-containers.yml
@@ -217,7 +217,7 @@ jobs:
217
- name: Set up Go
218
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
219
with:
220
- go-version: '1.24'
+ go-version: '1.25'
221
222
- name: Set up QEMU
223
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
go.mod
@@ -2,7 +2,7 @@ module github.com/stacklok/dockyard
2
3
go 1.24.1
4
5
-toolchain go1.24.6
+toolchain go1.25.0
6
7
require (
8
github.com/spf13/cobra v1.9.1
0 commit comments