chore(deps): update golang docker tag to v1.27.0 (#922)
Unbound Release / Check Preconditions (push) Successful in 31s
Unbound Release / Create Release (push) Skipped
pre-commit / pre-commit (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Failing after 36s
Unbound Release / Create Tag (push) Successful in 25s
Release / release (push) Failing after 29m22s
schemas / build (push) Successful in 8m7s
schemas / check (push) Successful in 1m35s
schemas / vulnerabilities (push) Successful in 1m1s
schemas / check-release (push) Successful in 1m26s
schemas / deploy-prod (push) Successful in 1m40s

This commit was merged in pull request #922.
This commit is contained in:
2026-08-19 21:53:41 +00:00
parent f5fcdeef8d
commit a3af630434
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.7@sha256:ed7ed40430356dfdee1ecd8d9b5bf2b11ce93d562e0d711578a9d3b811e4c586 as modules FROM amd64/golang:1.27.0@sha256:d6efdef129f5c9de54712126159bd7e55075ce39e6801690c4fd4b2e51b980d2 as modules
WORKDIR /build WORKDIR /build
ADD go.* /build ADD go.* /build
RUN go mod download RUN go mod download