Compare commits

..

1 Commits

Author SHA1 Message Date
128be4e269 chore(deps): update golang docker tag to v1.22
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2024-02-07 03:19:49 +00:00

View File

@ -1,4 +1,4 @@
FROM golang:1.21-alpine
FROM golang:1.22-alpine
ENV GO111MODULE=on
RUN apk --no-cache add build-base git && \
go install github.com/magefile/mage@latest && \