Skip to content

Commit 3ed3892

Browse files
deps: update golang docker tag to v1.24
1 parent 2322869 commit 3ed3892

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cache:
1818

1919
build:
2020
stage: build
21-
image: golang:1.23
21+
image: golang:1.24
2222
script:
2323
- go env
2424
- go mod download
@@ -40,7 +40,7 @@ test:lint:
4040

4141
test:unit:
4242
stage: test
43-
image: golang:1.23
43+
image: golang:1.24
4444
script:
4545
- go test -v -coverprofile=coverage.txt -covermode count ./...
4646
- go get github.com/boumenot/gocover-cobertura

dev/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23 as builder
1+
FROM golang:1.24 as builder
22

33
WORKDIR /build
44

0 commit comments

Comments
 (0)