Skip to content

Commit ee27a16

Browse files
fix(test): fix version error.
Signed-off-by: Electronic-Waste <[email protected]>
1 parent 1de4c8f commit ee27a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
fail-fast: false
6868
matrix:
6969
# Detail: `setup-envtest list`
70-
kubernetes-version: ["v1.29.3", "1.30.0", "1.31.0", "1.32.0"]
70+
kubernetes-version: ["1.29.3", "1.30.0", "1.31.0", "1.32.0"]
7171

7272
# notifies that all test jobs are finished.
7373
finish:

0 commit comments

Comments
 (0)