We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2322869 commit 3ed3892Copy full SHA for 3ed3892
.gitlab-ci.yml
@@ -18,7 +18,7 @@ cache:
18
19
build:
20
stage: build
21
- image: golang:1.23
+ image: golang:1.24
22
script:
23
- go env
24
- go mod download
@@ -40,7 +40,7 @@ test:lint:
40
41
test:unit:
42
stage: test
43
44
45
- go test -v -coverprofile=coverage.txt -covermode count ./...
46
- go get github.com/boumenot/gocover-cobertura
dev/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23 as builder
+FROM golang:1.24 as builder
2
3
WORKDIR /build
4
0 commit comments