Skip to content

Commit 4c0674c

Browse files
committed
Update go version.
1 parent cae77a5 commit 4c0674c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.23 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module github.com/rabbitmq/messaging-topology-operator
22

3-
go 1.23.0
4-
toolchain go1.24.1
3+
go 1.24.0
4+
5+
toolchain go1.24.2
56

67
require (
78
github.com/cloudflare/cfssl v1.6.5

0 commit comments

Comments
 (0)