chore(deps): update golang:1.26.4 docker digest to f83d235 (#872)
Release / release (push) Failing after 58s
schemas / vulnerabilities (push) Successful in 2m0s
schemas / check (push) Successful in 2m47s
schemas / check-release (push) Successful in 2m50s
pre-commit / pre-commit (push) Successful in 5m35s
schemas / build (push) Successful in 19m24s
schemas / deploy-prod (push) Successful in 2m14s

This commit was merged in pull request #872.
This commit is contained in:
2026-06-24 07:16:15 +00:00
parent 026a3b6d09
commit d0188d0c26
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.4@sha256:62df9f3b009f61d598279a216566b04e5fee670eb4d979cee1b0235dd53a7571 as modules
FROM amd64/golang:1.26.4@sha256:f83d23523668b4ea5b644ae7711b2284f35f3bc3369a02655a8bc30d98586c4d as modules
WORKDIR /build
ADD go.* /build
RUN go mod download