Skip to content

Commit 1dac291

Browse files
committed
Remove EoL k8s versions
1 parent 5f743e4 commit 1dac291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: [check, unit-test]
3939
strategy:
4040
matrix:
41-
kubernetes: [ 1.30.1, 1.31.0, 1.32.0, 1.33.1, 1.34.0 ]
41+
kubernetes: [ 1.32.0, 1.33.1, 1.34.0 ]
4242
steps:
4343
- uses: actions/checkout@v4
4444
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)