chore(deps): update golang docker tag to v1.20 (#6)
continuous-integration/drone/push Build is passing Details

Reviewed-on: #6
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate 2023-02-02 16:35:38 +00:00 committed by konrad
parent 507ea113df
commit 6fc6eac1b2
1 changed files with 1 additions and 1 deletions

View File

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