chore(deps): update golang docker tag to v1.27.1 (#413)
Unbound Release / Check Preconditions (push) Successful in 30s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Create Release (push) Successful in 24s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 59s
Release / release (push) Successful in 3m23s
cron-checker / build (push) Successful in 19m1s
cron-checker / test (push) Successful in 1m0s
cron-checker / vulnerabilities (push) Successful in 1m0s

This commit was merged in pull request #413.
This commit is contained in:
2026-09-02 01:03:24 +00:00
parent dbb0519ce8
commit 7242951d11
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.27.0@sha256:47526c1fe3e75149ec38346e66f15399e20fc8044045827305dbc2814babe5a2 as build FROM amd64/golang:1.27.1@sha256:e930cef3c5b281370d1ee736f163327d444f76d369b0d52cd742e5aab12e8f7f as build
WORKDIR /build WORKDIR /build
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0
ADD . /build ADD . /build