Skip to content

Commit d60d430

Browse files
committed
core: update golang version to 1.20
Signed-off-by: subhamkrai <[email protected]>
1 parent d2008d8 commit d60d430

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/go-test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: setup golang
2525
uses: actions/setup-go@v2
2626
with:
27-
go-version: 1.19
27+
go-version: "1.20"
2828

2929
- name: setup cluster
3030
uses: ./.github/workflows/cluster-setup
@@ -132,6 +132,11 @@ jobs:
132132
with:
133133
fetch-depth: 0
134134

135+
- name: setup golang
136+
uses: actions/setup-go@v2
137+
with:
138+
go-version: "1.20"
139+
135140
- name: setup cluster
136141
uses: ./.github/workflows/cluster-setup
137142
with:

go.mod

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

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/fatih/color v1.13.0

0 commit comments

Comments
 (0)