File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 export GOPATH=$HOME/go
3434 export PATH=$PATH:$GOPATH/bin
3535 make install-tools
36- kind create cluster --image kindest/node:v1.19.1
36+ kind create cluster --image kindest/node:v1.20.0
3737 kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.crds.yaml
3838 # Create CRD PodMonitor without running Prometheus operator
3939 curl https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/master/bundle.yaml | sed "s/replicas: 1$/replicas: 0/" | kubectl apply -f -
4646 runs-on : ubuntu-latest
4747 strategy :
4848 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 ]
5050 steps :
5151 - name : Check out code into the Go module directory
5252 uses : actions/checkout@v2
7575 uses : actions/checkout@v2
7676 - name : kubectl rabbitmq tests
7777 env :
78- K8S_VERSION : v1.19.1
78+ K8S_VERSION : v1.20.0
7979 run : |
8080 export GOPATH=$HOME/go
8181 export PATH=$PATH:$GOPATH/bin
You can’t perform that action at this time.
0 commit comments