Skip to content

Commit dc1a09f

Browse files
committed
chore(ci): fix kubebuilder version
1 parent dbded16 commit dc1a09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-go@v2
2626
with:
2727
go-version: '^1.16'
28-
- uses: RyanSiu1995/kubebuilder-action@v2.3.1
28+
- uses: RyanSiu1995/kubebuilder-action@v1.2.1
2929
- run: make test
3030
- uses: codecov/codecov-action@v1
3131
with:

0 commit comments

Comments
 (0)