chore(deps): update golang:1.24.0 docker digest

This commit is contained in:
Renovate
2025-02-25 06:53:30 +00:00
parent f96e6e860b
commit f6a1e47361
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ variables:
check:
stage: .pre
image: amd64/golang:1.24.0@sha256:2ab98ed27417fb9ea17b7d1743c4e00f4bd8f7a2eb6e28a9b59fcdde990e9731
image: amd64/golang:1.24.0@sha256:4a3f1013f696a1f86314902f2c9907fe712eabc91e911cc9fde4fdc57a16d35d
script:
- go install mvdan.cc/gofumpt@latest
- go install golang.org/x/tools/cmd/goimports@latest
@@ -38,7 +38,7 @@ build:
vulnerabilities:
stage: build
image: amd64/golang:1.24.0@sha256:2ab98ed27417fb9ea17b7d1743c4e00f4bd8f7a2eb6e28a9b59fcdde990e9731
image: amd64/golang:1.24.0@sha256:4a3f1013f696a1f86314902f2c9907fe712eabc91e911cc9fde4fdc57a16d35d
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24.0@sha256:2b1cbf278ce05a2a310a3d695ebb176420117a8cfcfcc4e5e68a1bef5f6354da as modules
FROM golang:1.24.0@sha256:5255fad61a7e8880e742ee3e30ac54d3fdc48ea5236d0bcf14bfedb6643cbeae as modules
WORKDIR /build
ADD go.* /build
RUN go mod download