chore(deps): update golang:1.23.3 docker digest to c2d828f

This commit is contained in:
Renovate
2024-11-13 20:54:12 +00:00
parent f0c1a66729
commit 96d4f3c2fd
+2 -2
View File
@@ -5,7 +5,7 @@ include:
- project: unboundsoftware/ci-templates
file: Pre-Commit-Go.gitlab-ci.yml
image: golang:1.23.3@sha256:26602182e32576fca9ad5397fd74b87ae68f7ee727436a85dd19a1c3766ad685
image: golang:1.23.3@sha256:c2d828fd49c47ed2b9192d2dbffed83052d8a21af465056d732c3de0d756f217
stages:
- deps
@@ -30,7 +30,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.23.3@sha256:26602182e32576fca9ad5397fd74b87ae68f7ee727436a85dd19a1c3766ad685
image: golang:1.23.3@sha256:c2d828fd49c47ed2b9192d2dbffed83052d8a21af465056d732c3de0d756f217
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...