chore(deps): update golang docker tag to v1.26.4 (#855)
schemas / check (push) Successful in 2m33s
schemas / vulnerabilities (push) Successful in 3m26s
schemas / check-release (push) Successful in 2m50s
Release / release (push) Failing after 1m2s
pre-commit / pre-commit (push) Successful in 6m28s
schemas / build (push) Successful in 11m12s
schemas / deploy-prod (push) Successful in 1m24s

This commit was merged in pull request #855.
This commit is contained in:
2026-06-06 00:34:17 +00:00
parent 09375dbc48
commit eb29706040
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.3@sha256:54d32460e205919fa90b984134a9cfc26152443306d685f0d92722c108d31771 as modules
FROM amd64/golang:1.26.4@sha256:7e2272a5fbd7b0c36ea4923f6ac62c371cfa6fbd93b22b21ee86fa7a1ba5d720 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download