chore(deps): update golang docker tag to v1.26.7 (#921)
Unbound Release / Check Preconditions (push) Successful in 22s
Unbound Release / Create Release (push) Skipped
pre-commit / pre-commit (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Failing after 40s
Unbound Release / Create Tag (push) Successful in 34s
Release / release (push) Failing after 3m54s
schemas / build (push) Successful in 8m13s
schemas / check (push) Successful in 1m38s
schemas / vulnerabilities (push) Successful in 57s
schemas / check-release (push) Successful in 59s
schemas / deploy-prod (push) Failing after 2m37s

This commit was merged in pull request #921.
This commit is contained in:
2026-08-19 19:44:44 +00:00
parent 717c036a23
commit f5fcdeef8d
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.6@sha256:9262b44222fad4e87aacd26b766bc1d9dddb7ea7b1bcad03bdce0f9c7f87f2bd as modules
FROM amd64/golang:1.26.7@sha256:ed7ed40430356dfdee1ecd8d9b5bf2b11ce93d562e0d711578a9d3b811e4c586 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download