chore(deps): update golang:1.25.7 docker digest to d2819ff (#695)
schemas / check (push) Failing after 2s
schemas / check-release (push) Failing after 2s
pre-commit / pre-commit (push) Failing after 2s
schemas / vulnerabilities (push) Failing after 3s
schemas / build (push) Has been skipped
Release / release (push) Failing after 2s
schemas / deploy-prod (push) Has been skipped

This commit was merged in pull request #695.
This commit is contained in:
2026-02-11 00:22:36 +00:00
parent bc7729b702
commit 4b6637b027
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.7@sha256:7e23ac7d7284db7d4413c20cc36792016d7625f490b6e0a56a0c0fe1ba51e83d as modules
FROM amd64/golang:1.25.7@sha256:d2819ffebfa99aeadf4c30086eb4c2fa360b7e26cb1a19bd4cd575c3e35e1366 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download