Merge pull request #6 from wolviecb/renovate/golang-1.x

chore(deps): update golang docker tag to v1.19
This commit is contained in:
Thomas Andrade 2022-09-27 12:36:19 +02:00 committed by GitHub
commit 0afa2311e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.18 as builder
FROM golang:1.19 as builder
ENV CGO_ENABLED=0