Skip to content

Commit

Permalink
test(ci): setup-envtest with k8s 1.27.x
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Nussbaumer <[email protected]>
  • Loading branch information
clementnuss committed May 30, 2023
1 parent 9bb44d0 commit 3ebd69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
mkdir -p local/envtest-bin/
setup-envtest use -p env 1.26.x --bin-dir local/envtest-bin > local/envtest-bin/env
setup-envtest use -p env 1.27.x --bin-dir local/envtest-bin > local/envtest-bin/env
- name: Run Unit tests @
run: |
Expand Down

0 comments on commit 3ebd69c

Please sign in to comment.