Skip to content

Commit 47b2492

Browse files
committed
Bump golang to 1.19
1 parent f431d16 commit 47b2492

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66

77
env:
8-
GO_VERSION: 1.17.x
8+
GO_VERSION: 1.19.x
99
K8S_VERSION: v1.24.1
1010

1111
jobs:

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 golang:1.17 as builder
2+
FROM golang:1.19 as builder
33

44
WORKDIR /workspace
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rabbitmq/cluster-operator
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/cloudflare/cfssl v1.6.2

0 commit comments

Comments
 (0)