chore(deps): update golang docker tag to v1.24

This commit is contained in:
renovate[bot]
2025-02-12 22:52:16 +00:00
committed by Timo Reymann
parent 0e76e0f129
commit 670a67539b
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23-alpine
FROM golang:1.24-alpine
RUN apk add bash git && \
mkdir -p /opt && \
mkdir -p /workspace && \