Merge pull request 'Update golang Docker tag to v1.23' (#9) from renovate/golang-1.x into main
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

Reviewed-on: #9
This commit is contained in:
Alexandre Bruyant 2024-11-09 15:28:13 +00:00
commit d51924bda2

View File

@ -1,4 +1,4 @@
FROM golang:1.21 AS builder
FROM golang:1.23 AS builder
ENV GO111MODULE=on \
CGO_ENABLED=0 \
GOOS=linux \