Skip to content

Commit

Permalink
Bump golang and kind version
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Sep 18, 2023
1 parent 649d6f2 commit 01caf09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.25.x
- v1.26.x
- v1.27.x
- v1.28.x

test-suite:
- ./test/conformance
Expand All @@ -43,10 +43,10 @@ jobs:
CLUSTER_SUFFIX: c${{ github.run_id }}.local

steps:
- name: Set up Go 1.20.x
- name: Set up Go 1.21.x
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.21.x

- name: Install Dependencies
working-directory: ./
Expand Down

0 comments on commit 01caf09

Please sign in to comment.