Skip to content

Commit e375179

Browse files
committed
Build with Go 1.23
Signed-off-by: Stefan Prodan <[email protected]>
1 parent a9e7370 commit e375179

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Go
4545
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4646
with:
47-
go-version-file: 'go.mod'
47+
go-version: 1.23.x
4848
cache-dependency-path: |
4949
**/go.sum
5050
**/go.mod

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Go
1818
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1919
with:
20-
go-version-file: 'go.mod'
20+
go-version: 1.23.x
2121
cache-dependency-path: |
2222
**/go.sum
2323
**/go.mod

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.22
1+
ARG GO_VERSION=1.23
22
ARG XX_VERSION=1.4.0
33

44
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx

0 commit comments

Comments
 (0)