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

use latest go 1.20.2 for vulncheck purposes

parent cc463e984158
No related branches found
No related tags found
No related merge requests found
Pipeline #51857 passed
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
unit_tests: unit_tests:
stage: test stage: test
image: quay.orus.io/cc/golang:1.19.3 image: quay.orus.io/cloudcrane/golang:1.20.2-bullseye
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.3 image: quay.orus.io/cloudcrane/golang:1.20.2-bullseye
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.3 image: quay.orus.io/cloudcrane/golang:1.20.2-bullseye
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.3 image: quay.orus.io/cloudcrane/golang:1.20.2-bullseye
artifacts: artifacts:
paths: paths:
- build - build
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
HISTORY HISTORY
******* *******
- upgraded to quay.orus.io/cloudcrane/golang:1.20.2-bullseye
- upgraded golangci-lint to 1.51.2
3.1.8 (2022-12-06) 3.1.8 (2022-12-06)
================== ==================
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
vars: vars:
EXE: beaver{{exeExt}} EXE: beaver{{exeExt}}
OUTPUT: "build/{{.EXE}}" OUTPUT: "build/{{.EXE}}"
GOLANGCI_LINT_VERSION: v1.49.0 GOLANGCI_LINT_VERSION: v1.51.2
GOLANGCI_LINT_BASE: tools/bin/golangci-lint GOLANGCI_LINT_BASE: tools/bin/golangci-lint
GOLANGCI_LINT_BIN: "{{.GOLANGCI_LINT_BASE}}-{{.GOLANGCI_LINT_VERSION}}" GOLANGCI_LINT_BIN: "{{.GOLANGCI_LINT_BASE}}-{{.GOLANGCI_LINT_VERSION}}"
GOLANGCI_LINT_ARGS: GOLANGCI_LINT_ARGS:
......
This diff is collapsed.
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