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

This commit is contained in:
Renovate
2025-07-09 18:55:13 +00:00
parent 1ec0f9a3a7
commit ae0d796e93
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.4@sha256:9f820b68683e8849cf596068952dfa062478c6664e6ae7f2a8888c25e885bce9 as modules
FROM amd64/golang:1.24.5@sha256:c65440f3ce49841f539afae6ac1db7615706813a1fb2d2f244a32178eaf837bf as modules
WORKDIR /build
ADD go.* /build
RUN go mod download