chore(deps): update golang docker tag to v1.26.5 (#887)
schemas / vulnerabilities (push) Successful in 54s
schemas / check (push) Successful in 1m31s
schemas / check-release (push) Successful in 1m6s
Release / release (push) Failing after 36s
pre-commit / pre-commit (push) Successful in 2m43s
schemas / build (push) Successful in 3m45s
schemas / deploy-prod (push) Successful in 1m9s

This commit was merged in pull request #887.
This commit is contained in:
2026-07-11 00:41:08 +00:00
parent 0b69c90722
commit 3edb19373e
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.4@sha256:f83d23523668b4ea5b644ae7711b2284f35f3bc3369a02655a8bc30d98586c4d as modules
FROM amd64/golang:1.26.5@sha256:0ca2a3f0102409fcafbe2cdd0cb0fe91f9ae8a67e25f9f6355a5352adda44f16 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download