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

chore(deps): update golang docker tag to v1.23
This commit is contained in:
2024-08-14 09:14:37 +02:00
committed by GitHub

View File

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