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

This commit is contained in:
Renovate
2024-08-13 22:53:10 +00:00
committed by Joakim Olsson
parent aece78d62d
commit 22fb82182f
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.22.6
image: golang:1.23.0
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.22.6
image: golang:1.23.0
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...