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

This commit is contained in:
Renovate
2025-08-13 19:11:42 +00:00
parent 631fe9138a
commit feef96617f
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.6@sha256:958bfd1662590c3ce6a3222cc6db015d101b2c52dae21da881b5fefa3eecaec5 as deps
FROM amd64/golang:1.25.0@sha256:36e95221032d4c929d001ae5c1059ba1fbe1dec3b1f5c74d2708583d3141e151 as deps
WORKDIR /build
ADD go.* /build
RUN go mod download