chore(deps): update golang:1.27.0 docker digest to 47526c1 (#926)
Unbound Release / Check Preconditions (push) Successful in 21s
Unbound Release / Create Release (push) Skipped
pre-commit / pre-commit (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Failing after 30s
Unbound Release / Create Tag (push) Successful in 23s
Release / release (push) Failing after 6m54s
schemas / build (push) Successful in 13m24s
schemas / check (push) Successful in 1m32s
schemas / vulnerabilities (push) Successful in 54s
schemas / check-release (push) Successful in 1m0s
schemas / deploy-prod (push) Successful in 1m22s

This commit was merged in pull request #926.
This commit is contained in:
2026-08-25 05:38:30 +00:00
parent 31465de903
commit a88a8532cd
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.27.0@sha256:d6efdef129f5c9de54712126159bd7e55075ce39e6801690c4fd4b2e51b980d2 as modules
FROM amd64/golang:1.27.0@sha256:47526c1fe3e75149ec38346e66f15399e20fc8044045827305dbc2814babe5a2 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download