Commit fbc4798 1 parent 657b088 commit fbc4798 Copy full SHA for fbc4798
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
build :
20
20
stage : build
21
- image : golang:1.23
21
+ image : golang:1.24
22
22
script :
23
23
- go env
24
24
- go mod download
@@ -40,7 +40,7 @@ test:lint:
40
40
41
41
test:unit :
42
42
stage : test
43
- image : golang:1.23
43
+ image : golang:1.24
44
44
script :
45
45
- go test -v -coverprofile=coverage.txt -covermode count ./...
46
46
- go get github.com/boumenot/gocover-cobertura
Original file line number Diff line number Diff line change 1
- FROM golang:1.23 as builder
1
+ FROM golang:1.24 as builder
2
2
3
3
WORKDIR /build
4
4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/hetznercloud/hcloud-cloud-controller-manager
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.7
5
+ toolchain go1.24.1
6
6
7
7
require (
8
8
github.com/hetznercloud/hcloud-go/v2 v2.19.1
You can’t perform that action at this time.
0 commit comments