Disable analytics in upgrade tests and use latest node env in integration tests (#2128)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-07-27 11:24:01 +05:30
committed by GitHub
parent 8bd1a71065
commit ca161690da
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kindimage : [ 'kindest/node:v1.19.11','kindest/node:v1.20.7', 'kindest/node:v1.21.1' ]
kindimage : [ 'kindest/node:v1.19.11','kindest/node:v1.20.7', 'kindest/node:v1.21.2' ]
os: [ ubuntu-latest ]
steps:
- name: setup go