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

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/golang-1.x into main 2024-08-07 21:23:26 +00:00
Showing only changes of commit 62ee90cb93 - Show all commits
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.22.5
image: golang:1.22.6
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.22.5
image: golang:1.22.6
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...