chore(deps): update golang:1.26.3 docker digest to 54d3246 (#842)
schemas / check (push) Successful in 3m1s
schemas / vulnerabilities (push) Successful in 1m47s
Release / release (push) Failing after 52s
schemas / check-release (push) Successful in 3m26s
pre-commit / pre-commit (push) Failing after 3m5s
schemas / build (push) Successful in 6m39s
schemas / deploy-prod (push) Successful in 1m33s

This commit was merged in pull request #842.
This commit is contained in:
2026-05-20 07:43:44 +00:00
parent 39cf6fbb8c
commit 9d70c0462a
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.3@sha256:f9a8afb8a11d7e9220a5e61cedf2bb34babc7618ee51838e16c120fc74e0d92f as modules
FROM amd64/golang:1.26.3@sha256:54d32460e205919fa90b984134a9cfc26152443306d685f0d92722c108d31771 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download