Skip to content

Commit fbc4798

Browse files
deps: update golang
1 parent 657b088 commit fbc4798

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/hetznercloud/hcloud-cloud-controller-manager
22

33
go 1.23.0
44

5-
toolchain go1.23.7
5+
toolchain go1.24.1
66

77
require (
88
github.com/hetznercloud/hcloud-go/v2 v2.19.1

0 commit comments

Comments
 (0)