chore(deps): update golang docker tag to v1.22.1 #59

Merged
ghost1 merged 1 commits from renovate/golang-1.x into main 2024-03-06 06:17:12 +00:00
Showing only changes of commit d72e3c3422 - Show all commits
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.22.0
image: golang:1.22.1
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.22.0
image: golang:1.22.1
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...