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

This commit is contained in:
Renovate
2025-08-13 18:55:24 +00:00
parent de82176779
commit adaaca2f77
+2 -2
View File
@@ -7,7 +7,7 @@ include:
- project: unboundsoftware/ci-templates
file: Pre-Commit-Go.gitlab-ci.yml
image: amd64/golang:1.24.6@sha256:958bfd1662590c3ce6a3222cc6db015d101b2c52dae21da881b5fefa3eecaec5
image: amd64/golang:1.24.6@sha256:cd8f653c90bd60ebc814cbf266346066143d28bf4ee5dc75aa64033ee387450e
stages:
- deps
@@ -32,7 +32,7 @@ test:
vulnerabilities:
stage: test
image: amd64/golang:1.24.6@sha256:958bfd1662590c3ce6a3222cc6db015d101b2c52dae21da881b5fefa3eecaec5
image: amd64/golang:1.24.6@sha256:cd8f653c90bd60ebc814cbf266346066143d28bf4ee5dc75aa64033ee387450e
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...