chore(deps): update golang:1.26.5 docker digest to e8ab809 (#913)
Unbound Release / Check Preconditions (push) Successful in 24s
Unbound Release / Create Release (push) Skipped
Unbound Release / Create Tag (push) Successful in 27s
Unbound Release / Generate Changelog and Handle PR (push) Failing after 43s
Release / release (push) Failing after 1m8s
pre-commit / pre-commit (push) Successful in 2m57s
schemas / build (push) Successful in 4m6s
schemas / check (push) Successful in 1m41s
schemas / vulnerabilities (push) Successful in 1m0s
schemas / check-release (push) Successful in 1m3s
schemas / deploy-prod (push) Successful in 1m11s

This commit was merged in pull request #913.
This commit is contained in:
2026-08-11 07:06:50 +00:00
parent 318e77145a
commit 6469dd28ce
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.5@sha256:046e3207184bda57d569e7834781130b3c0f3e18fad78e86ad748eabd397f0ef as modules
FROM amd64/golang:1.26.5@sha256:e8ab809ec169291532860acdcd50d5b43a9fcea3c4f381226c5cdc4254ad8ecc as modules
WORKDIR /build
ADD go.* /build
RUN go mod download