Skip to content
Snippets Groups Projects
Commit 15794a93 authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Update Go version to 1.20.5

parent 87c6f6a7
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ lint:
before_script: []
unit tests:
image: golang:1.20.4
image: golang:1.20.5
extends: .gotest
stage: test
tags:
......@@ -39,7 +39,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck:
image: golang:1.20.4
image: golang:1.20.5
stage: test
tags:
- amd64-docker
......
FROM golang:1.20.4-alpine3.17 as builder
FROM golang:1.20.5-alpine3.17 as builder
RUN apk add git
......
FROM golang:1.20.4
FROM golang:1.20.5
RUN go install github.com/ysmood/kit/cmd/guard@v0.25.11
......
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