chore(deps): update golang docker tag to v1.27.1 (#933)
Unbound Release / Check Preconditions (push) Successful in 22s
Unbound Release / Create Release (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 1m42s
pre-commit / pre-commit (push) Successful in 2m32s
schemas / build (push) Successful in 3m49s
schemas / check (push) Successful in 1m30s
schemas / vulnerabilities (push) Successful in 56s
schemas / check-release (push) Successful in 1m0s
schemas / deploy-prod (push) Successful in 1m7s

This commit was merged in pull request #933.
This commit is contained in:
2026-09-02 01:50:26 +00:00
parent cbb025049d
commit ece1524e59
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.27.0@sha256:47526c1fe3e75149ec38346e66f15399e20fc8044045827305dbc2814babe5a2 as modules FROM amd64/golang:1.27.1@sha256:e930cef3c5b281370d1ee736f163327d444f76d369b0d52cd742e5aab12e8f7f as modules
WORKDIR /build WORKDIR /build
ADD go.* /build ADD go.* /build
RUN go mod download RUN go mod download