chore(deps): update golang:1.26.5 docker digest to adde241 (#891)
schemas / check (push) Successful in 1m33s
schemas / vulnerabilities (push) Successful in 54s
schemas / check-release (push) Successful in 56s
Release / release (push) Failing after 34s
pre-commit / pre-commit (push) Successful in 6m8s
schemas / build (push) Successful in 6m30s
schemas / deploy-prod (push) Successful in 1m15s

This commit was merged in pull request #891.
This commit is contained in:
2026-07-14 06:35:58 +00:00
parent 4763ad6511
commit 4d9ca08923
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.5@sha256:0ca2a3f0102409fcafbe2cdd0cb0fe91f9ae8a67e25f9f6355a5352adda44f16 as modules
FROM amd64/golang:1.26.5@sha256:adde24174d7535279e5649755947cdeb580ae549e9e9979006a544a8479db74a as modules
WORKDIR /build
ADD go.* /build
RUN go mod download