From e255e85058168dc3e9c068b8c5173d437ecffe21 Mon Sep 17 00:00:00 2001 From: Rashed K <89036140+rashedkvm@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:41:29 -0400 Subject: [PATCH] chore: k8s matrix with 1.30 and remove woke scan (#803) Signed-off-by: Rashed Kamal --- .github/workflows/ci.yaml | 8 ++------ .gitignore | 1 + 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 584e3645..1cc7b923 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,11 +21,6 @@ jobs: go-version-file: "go.mod" - name: Test run: make test - - name: Scan Inclusive Terminology - uses: get-woke/woke-action@v0 - with: - fail-on-error: true - woke-args: -c woke/woke.yaml - uses: codecov/codecov-action@v4 - name: Build run: | @@ -199,6 +194,7 @@ jobs: - 1.27.3 - 1.28.0 - 1.29.0 + - 1.30.0 env: REGISTRY_NAME: registry.local BUNDLE: registry.local/conventions/bundle @@ -305,7 +301,7 @@ jobs: docker network connect kind local-registry # Document the local registry - # wokeignore:rule=master + # https://github.com/kubernetes/enhancements/tree/master/keps/sig-cluster-lifecycle/generic/1755-communicating-a-local-registry cat <