chore(deps): update golang:1.24.6 docker digest to cd8f653

This commit is contained in:
Renovate
2025-08-14 13:57:53 +00:00
parent 35a454f8b1
commit 63d70d7e35
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ variables:
check: check:
stage: .pre stage: .pre
image: amd64/golang:1.24.6@sha256:958bfd1662590c3ce6a3222cc6db015d101b2c52dae21da881b5fefa3eecaec5 image: amd64/golang:1.24.6@sha256:cd8f653c90bd60ebc814cbf266346066143d28bf4ee5dc75aa64033ee387450e
script: script:
- go install mvdan.cc/gofumpt@latest - go install mvdan.cc/gofumpt@latest
- go install golang.org/x/tools/cmd/goimports@latest - go install golang.org/x/tools/cmd/goimports@latest
@@ -40,7 +40,7 @@ build:
vulnerabilities: vulnerabilities:
stage: build stage: build
image: amd64/golang:1.24.6@sha256:958bfd1662590c3ce6a3222cc6db015d101b2c52dae21da881b5fefa3eecaec5 image: amd64/golang:1.24.6@sha256:cd8f653c90bd60ebc814cbf266346066143d28bf4ee5dc75aa64033ee387450e
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.6@sha256:958bfd1662590c3ce6a3222cc6db015d101b2c52dae21da881b5fefa3eecaec5 as modules FROM amd64/golang:1.24.6@sha256:cd8f653c90bd60ebc814cbf266346066143d28bf4ee5dc75aa64033ee387450e as modules
WORKDIR /build WORKDIR /build
ADD go.* /build ADD go.* /build
RUN go mod download RUN go mod download