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 a9e7370 commit e375179Copy full SHA for e375179
.github/workflows/release.yaml
@@ -44,7 +44,7 @@ jobs:
44
- name: Setup Go
45
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
46
with:
47
- go-version-file: 'go.mod'
+ go-version: 1.23.x
48
cache-dependency-path: |
49
**/go.sum
50
**/go.mod
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.22
+ARG GO_VERSION=1.23
2
ARG XX_VERSION=1.4.0
3
4
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
0 commit comments