chore(deps): update golang docker tag to v1.22 #8

Open
renovate wants to merge 1 commits from renovate/golang-1.x into master

View File

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