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 1111 # Install golang
1212 - uses : actions/setup-go@v2
1313 with :
14- go-version : 1.19
14+ go-version : 1.20.0
1515
1616 # Checkout to the latest commit
1717 # On specific directory/path
8282 # Install golang
8383 - uses : actions/setup-go@v2
8484 with :
85- go-version : 1.19
85+ go-version : 1.20.0
8686
8787 # Checkout to the latest commit
8888 # On specific directory/path
Original file line number Diff line number Diff line change 1919
2020 - uses : actions/setup-go@v2
2121 with :
22- go-version : 1.19
22+ go-version : 1.20.0
2323
2424 - name : Setting up GOPATH
2525 run : |
Original file line number Diff line number Diff line change 1313 # Install golang
1414 - uses : actions/setup-go@v2
1515 with :
16- go-version : 1.19
16+ go-version : 1.20.0
1717
1818 # Checkout to the latest commit
1919 # On specific directory/path
7373 # Install golang
7474 - uses : actions/setup-go@v2
7575 with :
76- go-version : 1.19
76+ go-version : 1.20.0
7777
7878 # Install and configure a kind cluster
7979 - name : Installing Prerequisites (K3S Cluster)
Original file line number Diff line number Diff line change 1111 # Install golang
1212 - uses : actions/setup-go@v2
1313 with :
14- go-version : 1.19
14+ go-version : 1.20.0
1515
1616 # Checkout to the latest commit
1717 # On specific directory/path
8686 # Install golang
8787 - uses : actions/setup-go@v2
8888 with :
89- go-version : 1.19
89+ go-version : 1.20.0
9090
9191 # Install and configure a kind cluster
9292 - name : Installing Prerequisites (K3S Cluster)
Original file line number Diff line number Diff line change 11module github.com/litmuschaos/chaos-operator
22
3- go 1.19
3+ go 1.20
44
55require (
66 cloud.google.com/go v0.81.0 // indirect
You can’t perform that action at this time.
0 commit comments