Skip to content

Commit

Permalink
Updated kind version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhadas committed Dec 23, 2024
1 parent 4645e53 commit 4e48d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
k8s-version:
- v1.30.x
- v1.29.x
- v1.31.x

env:
KO_DOCKER_REPO: registry.local:5000/knative # registry setup by setup-kind
Expand All @@ -29,7 +29,7 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Set up Go 1.21.x
uses: actions/setup-go@v3
uses: actions/setup-go@v4

Check failure on line 32 in .github/workflows/e2e.yaml

View workflow job for this annotation

GitHub Actions / style / suggester / github_actions

[actionlint] reported by reviewdog 🐶 the runner of "actions/setup-go@v4" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: .github/workflows/e2e.yaml:32:13: the runner of "actions/setup-go@v4" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
go-version: 1.21.x

Expand All @@ -40,7 +40,7 @@ jobs:
run: brew install knative/client/kn

- name: Check out current repository code onto GOPATH
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup KinD
uses: chainguard-dev/actions/setup-kind@main
Expand Down

0 comments on commit 4e48d2a

Please sign in to comment.