chore(deps): update golang docker tag to v1.26.4 (#436)
gitlab-cleanup-handler / test (push) Successful in 1m49s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m38s
Release / release (push) Successful in 58s
gitlab-cleanup-handler / build (push) Successful in 7m13s

This commit was merged in pull request #436.
This commit is contained in:
2026-06-06 00:32:27 +00:00
parent 7ba456f4c1
commit 7d6cd3a39e
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.3@sha256:54d32460e205919fa90b984134a9cfc26152443306d685f0d92722c108d31771 as build
FROM amd64/golang:1.26.4@sha256:7e2272a5fbd7b0c36ea4923f6ac62c371cfa6fbd93b22b21ee86fa7a1ba5d720 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build