File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
export GOPATH=$HOME/go
34
34
export PATH=$PATH:$GOPATH/bin
35
35
make install-tools
36
- kind create cluster --image kindest/node:v1.19.1
36
+ kind create cluster --image kindest/node:v1.20.0
37
37
kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.crds.yaml
38
38
# Create CRD PodMonitor without running Prometheus operator
39
39
curl https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/master/bundle.yaml | sed "s/replicas: 1$/replicas: 0/" | kubectl apply -f -
46
46
runs-on : ubuntu-latest
47
47
strategy :
48
48
matrix :
49
- k8s : [v1.17.11, v1.18.8, v1.19.1 ]
49
+ k8s : [v1.17.11, v1.18.8, v1.19.4, v1.20.0 ]
50
50
steps :
51
51
- name : Check out code into the Go module directory
52
52
uses : actions/checkout@v2
75
75
uses : actions/checkout@v2
76
76
- name : kubectl rabbitmq tests
77
77
env :
78
- K8S_VERSION : v1.19.1
78
+ K8S_VERSION : v1.20.0
79
79
run : |
80
80
export GOPATH=$HOME/go
81
81
export PATH=$PATH:$GOPATH/bin
You can’t perform that action at this time.
0 commit comments