Skip to content

Commit e1ad42b

Browse files
committed
🌱 use Go 1.24 in Dockerfile.
1 parent 5a92424 commit e1ad42b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/syself/hetzner-cloud-controller-manager
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.24.5
64

75
require (
86
github.com/fsnotify/fsnotify v1.9.0

images/hetzner-cloud-controller-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.4 AS build
16+
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.24.5-bullseye@sha256:62ba6b19de03e891f7fa1001326bd48411f2626ff35e7ba5b9d890711ce581d9 as build
1717
ARG TARGETOS TARGETARCH
1818

1919
COPY . /src/hetzner-cloud-controller-manager

0 commit comments

Comments
 (0)