good morning!!!!

Skip to content
Snippets Groups Projects

Update golang Docker tag to v1.21

+ 1
1
@@ -27,7 +27,7 @@ lint:
@@ -27,7 +27,7 @@ lint:
coverage:
coverage:
stage: test
stage: test
image: golang:1.20-alpine
image: golang:1.23-alpine
coverage: '/\(statements\)(?:\s+)?(\d+(?:\.\d+)?%)/'
coverage: '/\(statements\)(?:\s+)?(\d+(?:\.\d+)?%)/'
script:
script:
- go install gotest.tools/gotestsum@latest
- go install gotest.tools/gotestsum@latest
Loading