Skip to content

Commit

Permalink
ci: use k8s 1.27.1 in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Oct 11, 2023
1 parent 563dd3a commit f8f53f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
kustomize_build_options: "--load_restrictor none"
- uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.11.1"
version: "v0.20.0"
image: "kindest/node:v1.27.1"
- name: Testing
run: |
kubectl cluster-info
Expand Down

0 comments on commit f8f53f2

Please sign in to comment.