From e1e367e820e40c939e0af8161be0e52e4e3f6086 Mon Sep 17 00:00:00 2001 From: paulfantom <pawel@krupa.net.pl> Date: Wed, 26 May 2021 12:12:58 +0200 Subject: [PATCH] .github: enable e2e tests on k8s 1.21 Signed-off-by: paulfantom <pawel@krupa.net.pl> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 02e4d1a7..bc8418b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: -- GitLab