Skip to content
Snippets Groups Projects
Commit 2da57c61 authored by Becker, Christoph's avatar Becker, Christoph
Browse files

Update go version to 1.20.5

parent 21b4bfed
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ lint:
- cd /go/src/gitlab.com/${CI_PROJECT_PATH}
unit tests:
image: golang:1.19.4
image: golang:1.20.5
extends: .gotest
stage: test
tags:
......@@ -37,7 +37,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck:
image: golang:1.19.4
image: golang:1.20.5
stage: test
tags:
- amd64-docker
......
FROM golang:1.19.4-alpine3.17 as builder
FROM golang:1.20.5-alpine3.17 as builder
RUN apk add git
......
FROM golang:1.19.4
FROM golang:1.20.5
ENV GO111MODULE=on
......
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