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

This commit is contained in:
Renovate
2024-06-04 22:52:53 +00:00
parent a8aaaf97f7
commit 1692698bd0
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.22.3
image: golang:1.22.4
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.22.3
image: golang:1.22.4
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...