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 f431d16 commit 47b2492Copy full SHA for 47b2492
.github/workflows/pr.yml
@@ -5,7 +5,7 @@ on:
5
branches: [ main ]
6
7
env:
8
- GO_VERSION: 1.17.x
+ GO_VERSION: 1.19.x
9
K8S_VERSION: v1.24.1
10
11
jobs:
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.17 as builder
+FROM golang:1.19 as builder
3
4
WORKDIR /workspace
go.mod
@@ -1,6 +1,6 @@
module github.com/rabbitmq/cluster-operator
-go 1.17
+go 1.19
require (
github.com/cloudflare/cfssl v1.6.2
0 commit comments