From 4972d66c096f8c6dfbfefb9709d9d63588259c77 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Mon, 25 Jan 2021 12:23:07 +0100 Subject: [PATCH] ci: update kind to version 0.10.0 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 690f358..41daa46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,11 +32,11 @@ jobs: strategy: matrix: k8s-version: - - v1.16.9 - - v1.18.8 - - v1.19.1 + - v1.16.15 + - v1.18.15 + - v1.19.7 env: - kind-version: v0.9.0 + kind-version: v0.10.0 steps: - uses: actions/checkout@v2 - name: Set up Python 3.8