ci: update version of Go #43

Merged
argoyle merged 1 commits from golang-update into main 2023-12-11 16:35:19 +00:00
+2 -2
View File
@@ -1,7 +1,7 @@
include: include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.21.3 image: golang:1.21.5
stages: stages:
- deps - deps
@@ -42,7 +42,7 @@ test:
vulnerabilities: vulnerabilities:
stage: test stage: test
image: golang:1.21.3 image: golang:1.21.5
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...