Update golang Docker tag to v1.18 #4

Merged
konrad merged 1 commits from renovate/golang-1.x into master 2022-03-16 06:45:49 +00:00
1 changed files with 1 additions and 1 deletions

View File

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