From e15c548978ddcbad4baebca60fca1510a64ad1d5 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Tue, 15 Sep 2020 09:00:41 +0200 Subject: [PATCH] ci: update to Kind 0.9.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c1ec96..36963c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,9 @@ jobs: k8s-version: - v1.16.9 - v1.18.8 - - v1.19.0 + - v1.19.1 env: - kind-version: v0.8.1 + kind-version: v0.9.0 steps: - uses: actions/checkout@v2 - name: Set up Python 3.8