Skip to content

Commit

Permalink
chore: k8s matrix with 1.30 and remove woke scan (#803)
Browse files Browse the repository at this point in the history
Signed-off-by: Rashed Kamal <[email protected]>
  • Loading branch information
rashedkvm authored Aug 13, 2024
1 parent e7fa862 commit e255e85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 <<EOF | kubectl apply -f -
apiVersion: v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# IDEs
.vscode/
.DS_Store
.idea

0 comments on commit e255e85

Please sign in to comment.