We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae77a5 commit 4c0674cCopy full SHA for 4c0674c
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM --platform=$BUILDPLATFORM golang:1.23 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
3
4
WORKDIR /workspace
5
# Copy the Go Modules manifests
go.mod
@@ -1,7 +1,8 @@
module github.com/rabbitmq/messaging-topology-operator
-go 1.23.0
-toolchain go1.24.1
+go 1.24.0
+
+toolchain go1.24.2
6
7
require (
8
github.com/cloudflare/cfssl v1.6.5
0 commit comments