Skip to content

Commit

Permalink
fix: KinD tests now use go 1.21.x (#700)
Browse files Browse the repository at this point in the history
Signed-off-by: Calum Murray <[email protected]>
  • Loading branch information
Cali0707 authored Apr 3, 2024
1 parent 6346b91 commit 327e209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
e2e-tests:
strategy:
matrix:
go-version: [ 1.20.x ]
go-version: [ 1.21.x ]
platform: [ ubuntu-latest ]
kind-version: [ 0.14.0 ]

Expand Down

0 comments on commit 327e209

Please sign in to comment.