Skip to content
Snippets Groups Projects
Unverified Commit e1e367e8 authored by paulfantom's avatar paulfantom
Browse files

.github: enable e2e tests on k8s 1.21


Signed-off-by: default avatarpaulfantom <pawel@krupa.net.pl>
parent a89da4ad
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ on: ...@@ -4,7 +4,7 @@ on:
- pull_request - pull_request
env: env:
golang-version: '1.15' golang-version: '1.15'
kind-version: 'v0.9.0' kind-version: 'v0.11.0'
jobs: jobs:
generate: generate:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
...@@ -53,7 +53,7 @@ jobs: ...@@ -53,7 +53,7 @@ jobs:
matrix: matrix:
kind-image: kind-image:
- 'kindest/node:v1.20.0' - '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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment