Skip to content

Commit f0be3cd

Browse files
deps: update golang docker tag to v1.26 (#1156)
1 parent ec698b5 commit f0be3cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cache:
1818

1919
build:
2020
stage: build
21-
image: golang:1.25
21+
image: golang:1.26
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.25
43+
image: golang:1.26
4444
script:
4545
- go test -v -coverprofile=coverage.txt -covermode count ./...
4646
- go get github.com/boumenot/gocover-cobertura

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25 as builder
1+
FROM golang:1.26 as builder
22

33
WORKDIR /build
44

0 commit comments

Comments
 (0)