diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecf0658..9425c50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -image: golang:1.22.6 +image: golang:1.23.0 stages: - deps @@ -42,7 +42,7 @@ test: vulnerabilities: stage: test - image: golang:1.22.6 + image: golang:1.23.0 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...