File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ jobs:
11
11
name : Unit tests
12
12
runs-on : ubuntu-20.04
13
13
steps :
14
-
15
- - name : Set up Go 1.15
14
+ - name : Set up Go
16
15
uses : actions/setup-go@v2
17
16
with :
18
17
go-version : 1.15
19
- id : go
20
18
21
19
- name : Check out code into the Go module directory
22
20
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-20.04
13
13
steps :
14
14
15
+ - name : Set up Go
16
+ uses : actions/setup-go@v2
17
+ with :
18
+ go-version : 1.15
19
+
15
20
- name : Check out code into the Go module directory
16
21
uses : actions/checkout@v2
17
22
Original file line number Diff line number Diff line change 8
8
unit-tests :
9
9
runs-on : ubuntu-20.04
10
10
steps :
11
- - uses : actions/setup-go@v1
11
+ - name : Set up Go
12
+ uses : actions/setup-go@v2
12
13
with :
13
- go-version : ' 1.14.4'
14
+ go-version : 1.15
15
+
14
16
- uses : actions/checkout@v1
15
17
16
18
- name : " install kubebuilder"
17
19
run : ./hack/install-kubebuilder.sh
18
20
19
- - uses : jpkrohling/setup-operator-sdk@v1.0.2
21
+ - uses : jpkrohling/setup-operator-sdk@v1.1.0
20
22
with :
21
23
operator-sdk-version : v1.4.0
22
24
You can’t perform that action at this time.
0 commit comments