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: ...@@ -28,7 +28,7 @@ lint:
- cd /go/src/gitlab.com/${CI_PROJECT_PATH} - cd /go/src/gitlab.com/${CI_PROJECT_PATH}
unit tests: unit tests:
image: golang:1.19.4 image: golang:1.20.5
extends: .gotest extends: .gotest
stage: test stage: test
tags: tags:
...@@ -37,7 +37,7 @@ unit tests: ...@@ -37,7 +37,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/' coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck: govulncheck:
image: golang:1.19.4 image: golang:1.20.5
stage: test stage: test
tags: tags:
- amd64-docker - amd64-docker
......
FROM golang:1.19.4-alpine3.17 as builder FROM golang:1.20.5-alpine3.17 as builder
RUN apk add git RUN apk add git
......
FROM golang:1.19.4 FROM golang:1.20.5
ENV GO111MODULE=on ENV GO111MODULE=on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment