Skip to content

Commit fd25a20

Browse files
committed
fix: update envtest_k8s_version from 1.33.3 to 1.33.0
1 parent a61e887 commit fd25a20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
envtest_k8s_version: [1.23.5, 1.33.3]
30+
# from https://github.com/kubernetes-sigs/controller-tools/blob/main/envtest-releases.yaml
31+
envtest_k8s_version: [1.23.5, 1.33.0]
3132
steps:
3233
- name: Clone the code
3334
uses: actions/checkout@v4

0 commit comments

Comments
 (0)