Update golang Docker tag to v1.24

This commit is contained in:
Renovate 2025-02-12 19:08:51 +00:00
parent 2183260970
commit 5b11b291db

View File

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