1
0

chore(deps): update xgo to go 1.21

This commit is contained in:
kolaente
2023-10-11 23:05:51 +02:00
parent 9a29b29a04
commit 21d0676399
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# │─││ │││ │ │
# ┘─┘┘─┘┘┘─┘┘─┘
FROM --platform=$BUILDPLATFORM techknowlogick/xgo:go-1.20.x AS builder
FROM --platform=$BUILDPLATFORM techknowlogick/xgo:go-1.21.x AS builder
RUN go install github.com/magefile/mage@latest && \
mv /go/bin/mage /usr/local/go/bin