Skip to content

Commit

Permalink
Specify version and path
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Nov 7, 2023
1 parent d924ed3 commit 51ed005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
go-version: '1.21'
- name: Setup EnvTest
run: go run sigs.k8s.io/controller-runtime/tools/setup-envtest@latest use
run: go run sigs.k8s.io/controller-runtime/tools/setup-envtest@latest use -p /usr/local/kubebuilder 1.28.x
- name: Test
run: go test -v ./...

0 comments on commit 51ed005

Please sign in to comment.