diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b6163d..ce6bff7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ include: - project: unboundsoftware/ci-templates file: Pre-Commit-Go.gitlab-ci.yml -image: amd64/golang:1.24.0@sha256:2ab98ed27417fb9ea17b7d1743c4e00f4bd8f7a2eb6e28a9b59fcdde990e9731 +image: amd64/golang:1.24.0@sha256:4a3f1013f696a1f86314902f2c9907fe712eabc91e911cc9fde4fdc57a16d35d stages: - deps @@ -30,7 +30,7 @@ test: vulnerabilities: stage: test - image: amd64/golang:1.24.0@sha256:2ab98ed27417fb9ea17b7d1743c4e00f4bd8f7a2eb6e28a9b59fcdde990e9731 + image: amd64/golang:1.24.0@sha256:4a3f1013f696a1f86314902f2c9907fe712eabc91e911cc9fde4fdc57a16d35d script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...