File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
- name : Setup Go
35
35
uses : actions/setup-go@v2
36
36
with :
37
- go-version : ' ^ 1.15'
37
+ go-version : ' 1.15'
38
38
# This step is needed as the following one tries to remove
39
39
# kustomize for each test but has no permission to do so
40
40
- name : Remove pre-installed kustomize
57
57
- name : Setup Go
58
58
uses : actions/setup-go@v2
59
59
with :
60
- go-version : ' ^ 1.15'
60
+ go-version : ' 1.15'
61
61
# This step is needed as the following one tries to remove
62
62
# kustomize for each test but has no permission to do so
63
63
- name : Remove pre-installed kustomize
80
80
- name : Setup Go
81
81
uses : actions/setup-go@v2
82
82
with :
83
- go-version : ' ^ 1.15'
83
+ go-version : ' 1.15'
84
84
- name : Generate the coverage output
85
85
run : make test-coverage
86
86
- name : Send the coverage output
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This Quick Start guide will cover:
9
9
10
10
## Prerequisites
11
11
12
- - [ go] ( https://golang.org/dl/ ) version v1.15+.
12
+ - [ go] ( https://golang.org/dl/ ) version v1.15+ and < 1.16 .
13
13
- [ docker] ( https://docs.docker.com/install/ ) version 17.03+.
14
14
- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl/ ) version v1.11.3+.
15
15
- Access to a Kubernetes v1.11.3+ cluster.
You can’t perform that action at this time.
0 commit comments