mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 11:36:57 +00:00
chore: update golang
This commit is contained in:
parent
91c4577a43
commit
44084d7448
4 changed files with 9 additions and 11 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