Skip to content

Commit

Permalink
deps: update to kubebuilder@3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
  • Loading branch information
ckotzbauer committed Jun 9, 2021
1 parent bfbeeaa commit a00cda5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Kubebuilder
uses: RyanSiu1995/kubebuilder-action@v1.2
with:
version: 2.3.1
version: 3.1.0

- name: Setup Kubectl
uses: azure/setup-kubectl@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Kubebuilder
uses: RyanSiu1995/kubebuilder-action@v1.2
with:
version: 2.3.1
version: 3.1.0
- name: Execute Tests
run: make test

Expand Down
2 changes: 1 addition & 1 deletion PROJECT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
domain: access-manager.io
layout: go.kubebuilder.io/v2
layout: go.kubebuilder.io/v3
multigroup: true
projectName: access-manager
repo: access-manager
Expand Down

0 comments on commit a00cda5

Please sign in to comment.