File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
# Install golang
12
12
- uses : actions/setup-go@v2
13
13
with :
14
- go-version : 1.19
14
+ go-version : 1.20.0
15
15
16
16
# Checkout to the latest commit
17
17
# On specific directory/path
82
82
# Install golang
83
83
- uses : actions/setup-go@v2
84
84
with :
85
- go-version : 1.19
85
+ go-version : 1.20.0
86
86
87
87
# Checkout to the latest commit
88
88
# On specific directory/path
Original file line number Diff line number Diff line change 19
19
20
20
- uses : actions/setup-go@v2
21
21
with :
22
- go-version : 1.19
22
+ go-version : 1.20.0
23
23
24
24
- name : Setting up GOPATH
25
25
run : |
Original file line number Diff line number Diff line change 13
13
# Install golang
14
14
- uses : actions/setup-go@v2
15
15
with :
16
- go-version : 1.19
16
+ go-version : 1.20.0
17
17
18
18
# Checkout to the latest commit
19
19
# On specific directory/path
73
73
# Install golang
74
74
- uses : actions/setup-go@v2
75
75
with :
76
- go-version : 1.19
76
+ go-version : 1.20.0
77
77
78
78
# Install and configure a kind cluster
79
79
- name : Installing Prerequisites (K3S Cluster)
Original file line number Diff line number Diff line change 11
11
# Install golang
12
12
- uses : actions/setup-go@v2
13
13
with :
14
- go-version : 1.19
14
+ go-version : 1.20.0
15
15
16
16
# Checkout to the latest commit
17
17
# On specific directory/path
86
86
# Install golang
87
87
- uses : actions/setup-go@v2
88
88
with :
89
- go-version : 1.19
89
+ go-version : 1.20.0
90
90
91
91
# Install and configure a kind cluster
92
92
- name : Installing Prerequisites (K3S Cluster)
Original file line number Diff line number Diff line change 1
1
module github.com/litmuschaos/chaos-operator
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
cloud.google.com/go v0.81.0 // indirect
You can’t perform that action at this time.
0 commit comments