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

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