Skip to content

Commit

Permalink
chore: use kubernetes 1.29.0 in CI (argoproj#17050)
Browse files Browse the repository at this point in the history
Keeping 1.25 for now.

Signed-off-by: Shyukri Shyukriev <[email protected]>
Signed-off-by: Kevin Lyda <[email protected]>
  • Loading branch information
shyukri authored and lyda committed Mar 28, 2024
1 parent eb7e226 commit 03983df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k3s-version: [v1.28.2, v1.27.6, v1.26.9, v1.25.14]
k3s-version: [v1.29.0, v1.28.2, v1.27.6, v1.26.9, v1.25.14]
needs:
- build-go
env:
Expand Down

0 comments on commit 03983df

Please sign in to comment.