Skip to content

Commit

Permalink
ci: typo in k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Feb 20, 2024
1 parent eed7b44 commit 98dbf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
k8sversion: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3", "v1.28.0", "1.29.0"]
k8sversion: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3", "v1.28.0", "v1.29.0"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 98dbf7d

Please sign in to comment.