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.
2 parents f431d16 + 47b2492 commit 22f7974Copy full SHA for 22f7974
.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