Skip to content
Snippets Groups Projects
Commit 4f7d9014f7b4 authored by steeve.chailloux's avatar steeve.chailloux
Browse files

upgrade golang version

parent a5e057b11a26
No related branches found
No related tags found
No related merge requests found
Pipeline #61844 failed
......@@ -8,7 +8,7 @@
unit_tests:
stage: test
image: quay.orus.io/cloudcrane/golang:1.20.2-bullseye
image: quay.orus.io/cloudcrane/golang:1.20.5-bullseye
variables:
YTT_VERSION: v0.41.1
YTT_SHA256: 65dbc4f3a4a2ed84296dd1b323e8e7bd77e488fa7540d12dd36cf7fb2fc77c03
......@@ -43,7 +43,7 @@
lint:
stage: lint
image: quay.orus.io/cloudcrane/golang:1.20.2-bullseye
image: quay.orus.io/cloudcrane/golang:1.20.5-bullseye
cache:
key: tooling
paths:
......@@ -56,7 +56,7 @@
vulncheck:
stage: vulncheck
image: quay.orus.io/cloudcrane/golang:1.20.2-bullseye
image: quay.orus.io/cloudcrane/golang:1.20.5-bullseye
cache:
key: tooling
paths:
......@@ -69,7 +69,7 @@
build:
stage: build
image: quay.orus.io/cloudcrane/golang:1.20.2-bullseye
image: quay.orus.io/cloudcrane/golang:1.20.5-bullseye
artifacts:
paths:
- 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