.github: enable e2e tests on k8s 1.21

Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
paulfantom
2021-05-26 12:12:58 +02:00
parent a89da4adb6
commit e1e367e820

View File

@@ -4,7 +4,7 @@ on:
- pull_request
env:
golang-version: '1.15'
kind-version: 'v0.9.0'
kind-version: 'v0.11.0'
jobs:
generate:
runs-on: ${{ matrix.os }}
@@ -53,7 +53,7 @@ jobs:
matrix:
kind-image:
- 'kindest/node:v1.20.0'
# - 'kindest/node:v1.21.0' #TODO(paulfantom): enable as soon as image is available
- 'kindest/node:v1.21.1'
steps:
- uses: actions/checkout@v2
with: