From 926c2c3f1b6e1372b5242731af9aef3bd827dc35 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Sun, 30 Aug 2020 18:09:51 -0400 Subject: [PATCH] Update kubernetes kind e2e versions --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 926c5c049..f8d9c6536 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -140,7 +140,7 @@ jobs: if: ${{ needs.changes.outputs.go == 'true' }} strategy: matrix: - k8s: [v1.14.10, v1.15.11, v1.16.9, v1.17.5, v1.18.4] + k8s: [v1.17.5, v1.18.8, v1.19.0] steps: