chore(deps): update golang:1.26.2 docker digest to e1203b8 (#812)
schemas / check (push) Successful in 2m24s
schemas / vulnerabilities (push) Successful in 2m28s
Release / release (push) Successful in 52s
schemas / check-release (push) Successful in 3m24s
pre-commit / pre-commit (push) Successful in 7m28s
schemas / build (push) Successful in 12m4s
schemas / deploy-prod (push) Successful in 1m19s

This commit was merged in pull request #812.
This commit is contained in:
2026-04-22 09:23:44 +00:00
parent 490e985662
commit 65f1f797e0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.2@sha256:3e677b9776e5fcb030321772b4fe13c58b22b8abe772c647be8f746159d1a2dc as modules
FROM amd64/golang:1.26.2@sha256:e1203b85dbf84b1959b973cf4007c8cc92b9af829f3fae75c0f3ba5053cd9500 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download