Skip to content
Snippets Groups Projects
Commit a111f25423c7 authored by Florent Aide's avatar Florent Aide
Browse files

bump go to 1.19.3 to avoid: https://pkg.go.dev/vuln/GO-2022-1095

parent 7627b1727d56
No related branches found
No related tags found
No related merge requests found
Pipeline #43942 failed
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
unit_tests: unit_tests:
stage: test stage: test
image: quay.orus.io/cc/golang:1.19.2 image: quay.orus.io/cc/golang:1.19.3
variables: variables:
YTT_VERSION: v0.41.1 YTT_VERSION: v0.41.1
YTT_SHA256: 65dbc4f3a4a2ed84296dd1b323e8e7bd77e488fa7540d12dd36cf7fb2fc77c03 YTT_SHA256: 65dbc4f3a4a2ed84296dd1b323e8e7bd77e488fa7540d12dd36cf7fb2fc77c03
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
lint: lint:
stage: lint stage: lint
image: quay.orus.io/cc/golang:1.19.2 image: quay.orus.io/cc/golang:1.19.3
cache: cache:
key: tooling key: tooling
paths: paths:
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
vulncheck: vulncheck:
stage: vulncheck stage: vulncheck
image: quay.orus.io/cc/golang:1.19.2 image: quay.orus.io/cc/golang:1.19.3
cache: cache:
key: tooling key: tooling
paths: paths:
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
build: build:
stage: build stage: build
image: quay.orus.io/cc/golang:1.19.2 image: quay.orus.io/cc/golang:1.19.3
artifacts: artifacts:
paths: paths:
- build - build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment