fix: pin to 1.18 buster until 1.19 buster is available
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-08-02 22:59:52 +02:00
parent 70d8ba53cf
commit 97319960d1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.19-buster
FROM golang:1.18-buster
RUN go install github.com/magefile/mage@latest && \
mv /go/bin/mage /usr/local/go/bin # Since we're mounting the source we want to compile into /go, we will overlay the mage binary