Update golang Docker tag to v1.23

This commit is contained in:
Renovate 2024-11-08 00:05:22 +00:00
parent ad64df8ea3
commit f0944ae3b9

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 \