chore: update golang (#431)

ping #428

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/431
Co-authored-by: crapStone <me@crapstone.dev>
Co-committed-by: crapStone <me@crapstone.dev>
This commit is contained in:
crapStone 2025-02-15 19:08:08 +00:00 committed by crapStone
parent 91c4577a43
commit c7fddf202d
5 changed files with 10 additions and 12 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