chore(deps): update xgo to 1.20
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-02-02 17:44:57 +01:00
parent 02352841dc
commit 5d242f7e54
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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