diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8af534..8d3a042 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ include: - project: unboundsoftware/ci-templates file: Pre-Commit-Go.gitlab-ci.yml -image: amd64/golang:1.24.2@sha256:bf7899c8be72a3edea21ba81f3d826306205e6de84c57d6d7d2da3e447d728e8 +image: amd64/golang:1.24.3@sha256:f169469d1e8328fd0e26a2b5156f670922a2afc0ca8c984ec17e1be51ca94c30 stages: - deps @@ -32,7 +32,7 @@ test: vulnerabilities: stage: test - image: amd64/golang:1.24.2@sha256:bf7899c8be72a3edea21ba81f3d826306205e6de84c57d6d7d2da3e447d728e8 + image: amd64/golang:1.24.3@sha256:f169469d1e8328fd0e26a2b5156f670922a2afc0ca8c984ec17e1be51ca94c30 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...