chore(deps): update golang docker tag to v1.22.6

This commit is contained in:
Renovate
2024-08-07 02:00:19 +00:00
parent 54e8bbc9a3
commit 62ee90cb93
+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.22.5 image: golang:1.22.6
stages: stages:
- deps - deps
@@ -42,7 +42,7 @@ test:
vulnerabilities: vulnerabilities:
stage: test stage: test
image: golang:1.22.5 image: golang:1.22.6
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...