Skip to content
Snippets Groups Projects
Commit 08106627 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

updated go versions to fix vulnerability

parent 48857871
No related branches found
No related tags found
1 merge request!444Fix for renovate config needs migrating
Pipeline #138496 passed
This commit is part of merge request !444. Comments created here will be created in the context of that merge request.
...@@ -2,7 +2,7 @@ variables: ...@@ -2,7 +2,7 @@ variables:
GOSDN_IMAGE: "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}" GOSDN_IMAGE: "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}"
GOSDN_TESTING_IMAGE: "${CI_REGISTRY_IMAGE}:testing_${CI_COMMIT_SHA}" GOSDN_TESTING_IMAGE: "${CI_REGISTRY_IMAGE}:testing_${CI_COMMIT_SHA}"
CEOS_IMAGE: "${CI_PCONTAINERS_REGISTRY_IMAGE}/ceos:4.28.2F" CEOS_IMAGE: "${CI_PCONTAINERS_REGISTRY_IMAGE}/ceos:4.28.2F"
GOLANG_VERSION: "1.20.2" GOLANG_VERSION: "1.20.3"
workflow: workflow:
rules: rules:
......
variables: variables:
GOLANG_VERSION: "1.20.1" GOLANG_VERSION: "1.20.3"
code-quality: code-quality:
image: golangci/golangci-lint:v1.51.2-alpine image: golangci/golangci-lint:v1.51.2-alpine
stage: analyze stage: analyze
......
variables: variables:
GOLANG_VERSION: "1.20.1" GOLANG_VERSION: "1.20.3"
run: run:
go: $GOLANG_VERSION go: $GOLANG_VERSION
concurrency: 4 concurrency: 4
......
ARG GOLANG_VERSION=1.20.1 ARG GOLANG_VERSION=1.20.3
ARG BUILDARGS ARG BUILDARGS
ARG $GITLAB_PROXY ARG $GITLAB_PROXY
......
ARG GOLANG_VERSION=1.20.1 ARG GOLANG_VERSION=1.20.3
ARG BUILDARGS ARG BUILDARGS
ARG $GITLAB_PROXY=code.fbi.h-da.de:443/danet/dependency_proxy/containers ARG $GITLAB_PROXY=code.fbi.h-da.de:443/danet/dependency_proxy/containers
......
variables: variables:
GOLANG_VERSION: "1.20.1" GOLANG_VERSION: "1.20.3"
test: test:
image: golang:$GOLANG_VERSION image: golang:$GOLANG_VERSION
stage: test stage: test
......
ARG GOLANG_VERSION=1.20.1 ARG GOLANG_VERSION=1.20.3
ARG BUILDARGS ARG BUILDARGS
ARG $GITLAB_PROXY ARG $GITLAB_PROXY
......
ARG GOLANG_VERSION=1.20.1 ARG GOLANG_VERSION=1.20.3
ARG BUILDARGS ARG BUILDARGS
ARG $GITLAB_PROXY ARG $GITLAB_PROXY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment