Merge pull request 'chore(deps): update dependency golang to v1.19' (#5) from renovate/golang-1.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #5
This commit is contained in:
konrad 2022-09-30 17:36:46 +00:00
commit 507ea113df
1 changed files with 1 additions and 1 deletions

View File

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