File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up Go
16
16
uses : actions/setup-go@v2
17
17
with :
18
- go-version : 1.18
18
+ go-version : 1.19
19
19
20
20
- name : Build
21
21
run : go build -v ./cmd/cyclonus/main.go
Original file line number Diff line number Diff line change 20
20
- name : Set up Go
21
21
uses : actions/setup-go@v2
22
22
with :
23
- go-version : 1.18
23
+ go-version : 1.19
24
24
- name : Run Cyclonus
25
25
working-directory : hack/kind
26
26
run : CNI=antrea RUN_FROM_SOURCE=true FROM_SOURCE_ARGS="${{ github.event.inputs.cyclonus_args }}" ./run-cyclonus.sh
Original file line number Diff line number Diff line change 19
19
- name : Set up Go
20
20
uses : actions/setup-go@v2
21
21
with :
22
- go-version : 1.18
22
+ go-version : 1.19
23
23
- name : Run Cyclonus
24
24
working-directory : hack/kind
25
25
run : CNI=calico RUN_FROM_SOURCE=true FROM_SOURCE_ARGS="${{ github.event.inputs.cyclonus_args }}" ./run-cyclonus.sh
Original file line number Diff line number Diff line change 19
19
- name : Set up Go
20
20
uses : actions/setup-go@v2
21
21
with :
22
- go-version : 1.18
22
+ go-version : 1.19
23
23
- name : Run Cyclonus
24
24
working-directory : hack/kind
25
25
run : CNI=cilium RUN_FROM_SOURCE=true FROM_SOURCE_ARGS="${{ github.event.inputs.cyclonus_args }}" ./run-cyclonus.sh
Original file line number Diff line number Diff line change 20
20
- name : Set up Go
21
21
uses : actions/setup-go@v2
22
22
with :
23
- go-version : 1.18
23
+ go-version : 1.19
24
24
25
25
- name : Run Cyclonus
26
26
working-directory : hack/kind
Original file line number Diff line number Diff line change 21
21
- name : Set up Go
22
22
uses : actions/setup-go@v2
23
23
with :
24
- go-version : 1.18
24
+ go-version : 1.19
25
25
- name : Run Cyclonus
26
26
working-directory : hack/kind
27
27
run : CNI=ovn-kubernetes RUN_FROM_SOURCE=true FROM_SOURCE_ARGS="${{ github.event.inputs.cyclonus_args }}" ./run-cyclonus.sh
Original file line number Diff line number Diff line change 2
2
3
3
## Setup
4
4
5
- - [ Get set up with golang 1.18 ] ( https://golang.org/dl/ )
5
+ - [ Get set up with golang 1.19 ] ( https://golang.org/dl/ )
6
6
- clone this repo
7
7
8
8
git clone [email protected] :mattfenwick/cyclonus.git
You can’t perform that action at this time.
0 commit comments