Bump Go to 1.23

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2024-10-07 15:56:05 +03:00
parent fc1e4a48ed
commit 4af7854aa2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine as builder
FROM golang:1.23-alpine as builder
ARG REVISION
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22
FROM golang:1.23
WORKDIR /workspace
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23
ARG XX_VERSION=1.4.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx