We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de4de7 commit 3f85880Copy full SHA for 3f85880
test/fuzz/oss_fuzz_build.sh
@@ -44,5 +44,5 @@ grep --line-buffered --include '*_test_fuzz.go' -Pr 'func Fuzz.*\(.* \*testing\.
44
file="$(echo "{}" | cut -d: -f1)"
45
folder="$(dirname $file)"
46
func="Fuzz$(echo "{}" | cut -d: -f2)"
47
- compile_native_go_fuzzer github.com/crossplane/crossplane-runtime/$folder $func $func
+ compile_native_go_fuzzer github.com/crossplane/crossplane-runtime/v2/$folder $func $func
48
'
0 commit comments