From ebc1444efb14cd7554f572d69baadc6579727c63 Mon Sep 17 00:00:00 2001 From: crapStone Date: Fri, 17 Jan 2025 20:21:32 +0100 Subject: [PATCH] update go version in docker file --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6106317..7cc21c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Set the default Go version as a build argument -ARG XGO="go-1.21.x" +ARG XGO="go-1.23.x" # Use xgo (a Go cross-compiler tool) as build image -FROM --platform=$BUILDPLATFORM techknowlogick/xgo:${XGO} as build +FROM --platform=$BUILDPLATFORM techknowlogick/xgo:${XGO} AS build # Set the working directory and copy the source code WORKDIR /go/src/codeberg.org/codeberg/pages