Skip to content

Commit

Permalink
Chore(debug): Set kubernetes version in kubebuilder
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop Gopalakrishnan <anoop2811@aol.in>
  • Loading branch information
anoop2811 committed Jul 9, 2024
1 parent c0f49ea commit e3cb73b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ jobs:

# TODO need update action version to resolve node 12 deprecated.
- name: install Kubebuilder
run: make setup-test-server
uses: RyanSiu1995/kubebuilder-action@e7e4de1c1eaf1d089b9a186f7526239acadf0b40
with:
version: 3.1.0
kubebuilderOnly: false
kubernetesVersion: v1.27.0

- name: Run api server unit test
run: make unit-test-server
Expand Down

0 comments on commit e3cb73b

Please sign in to comment.