chore(deps): update golang:1.24.6 docker digest to cd8f653 - autoclosed #21

Closed
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 wants to merge 1 commits from renovate/golang-1.24.6 into main
Showing only changes of commit 7a545dffe9 - Show all commits
+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 ./...