mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 03:26:57 +00:00
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:
parent
91c4577a43
commit
c7fddf202d
5 changed files with 10 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue