1
0

fix(build): downgrade xgo to 1.19.2 so that builds work again

See https://github.com/techknowlogick/xgo/issues/187
This commit is contained in:
kolaente
2022-12-01 19:00:48 +01:00
parent 1f2eb57602
commit 941d1e06c5
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
##############
# Build stage
FROM --platform=$BUILDPLATFORM techknowlogick/xgo:latest AS build-env
FROM --platform=$BUILDPLATFORM techknowlogick/xgo:go-1.19.2 AS build-env
RUN \
go install github.com/magefile/mage@latest && \