chore(deps): update golang:1.26.5 docker digest to 046e320 (#912)
schemas / check (push) Successful in 1m27s
schemas / vulnerabilities (push) Successful in 1m1s
schemas / check-release (push) Successful in 1m3s
schemas / build (push) Successful in 4m38s
schemas / deploy-prod (push) Successful in 1m0s
Unbound Release / Check Preconditions (push) Successful in 21s
Unbound Release / Create Release (push) Skipped
Unbound Release / Create Tag (push) Successful in 22s
pre-commit / pre-commit (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Failing after 35s
Release / release (push) Failing after 6m53s

This commit was merged in pull request #912.
This commit is contained in:
2026-08-08 04:58:24 +00:00
parent 66a4d5dfdc
commit 318e77145a
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.5@sha256:adde24174d7535279e5649755947cdeb580ae549e9e9979006a544a8479db74a as modules
FROM amd64/golang:1.26.5@sha256:046e3207184bda57d569e7834781130b3c0f3e18fad78e86ad748eabd397f0ef as modules
WORKDIR /build
ADD go.* /build
RUN go mod download