Skip to content

Commit

Permalink
Update Eventing version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Jul 24, 2024
1 parent d9e61eb commit 9bc861a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- v1.29.2

eventing-version:
- knative-v1.12.3
- knative-v1.15.0

# Map between K8s and KinD versions.
# This is attempting to make it a bit clearer what's being tested.
Expand All @@ -39,10 +39,8 @@ jobs:
echo "SLACK_WEBHOOK=exists" >> $GITHUB_ENV
fi
- name: Set up Go 1.21.x
uses: actions/setup-go@v2
with:
go-version: 1.21.x
- name: Set up Go
uses: knative/actions/setup-go@main

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 9bc861a

Please sign in to comment.