diff --git a/.github/workflows/ci_build_test.yaml b/.github/workflows/ci_build_test.yaml index 1a1c643..95224cd 100644 --- a/.github/workflows/ci_build_test.yaml +++ b/.github/workflows/ci_build_test.yaml @@ -65,8 +65,8 @@ jobs: CI_SPLUNK_PASSWORD: helloworld CI_INDEX_EVENTS: ci_events CONTAINER_RUNTIME: ${{ matrix.container_runtime }} - KUBERNETES_VERSION: v1.15.2 - MINIKUBE_VERSION: v1.20.0 + KUBERNETES_VERSION: v1.21.2 + MINIKUBE_VERSION: v1.22.0 steps: - name: Checkout