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 f69196d commit 74e8173
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 @@ -11,9 +11,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
ingress:
- istio
- contour
Expand All @@ -28,10 +28,10 @@ jobs:

steps:

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

- uses: imjasonh/setup-ko@v0.6

Expand Down

0 comments on commit 74e8173

Please sign in to comment.