chore: update golang

This commit is contained in:
crapStone 2025-02-15 18:00:10 +01:00
parent 91c4577a43
commit 44084d7448
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8
4 changed files with 9 additions and 11 deletions

View file

@ -1,5 +1,5 @@
# Set the default Go version as a build argument
ARG XGO="go-1.23.x"
ARG XGO="go-1.24.x"
# Use xgo (a Go cross-compiler tool) as build image
FROM --platform=$BUILDPLATFORM techknowlogick/xgo:${XGO} AS build