chore(deps): update golang docker tag to v1.26.0 (#162)
dancefetcher / build (push) Failing after 2s
dancefetcher / deploy-prod (push) Has been skipped

This commit was merged in pull request #162.
This commit is contained in:
2026-02-11 00:11:02 +00:00
parent 66b6ea5aa4
commit e6681eb02e
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.7@sha256:d2819ffebfa99aeadf4c30086eb4c2fa360b7e26cb1a19bd4cd575c3e35e1366 as build
FROM amd64/golang:1.26.0@sha256:e7479dbd4918090d893b97245fd8c0bcf767677f8ede2e60e7fb2c2f38c94215 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build