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

chore(deps): update golang docker tag to v1.22
This commit is contained in:
Thomas Andrade 2024-05-13 13:53:49 +02:00 committed by GitHub
commit 5f13f69c73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22 as builder
ENV CGO_ENABLED=0