mirror of https://github.com/google/oss-fuzz.git
native go infra: switch to main branch (#9103)
Fixes: https://github.com/google/oss-fuzz/pull/8937#discussion_r1021005743 Signed-off-by: AdamKorcz <adam@adalogics.com> Signed-off-by: AdamKorcz <adam@adalogics.com> Co-authored-by: Oliver Chang <oliverchang@users.noreply.github.com>
This commit is contained in:
parent
e1e3d0b344
commit
ba8bea455a
|
@ -28,7 +28,7 @@ go install github.com/mdempsky/go114-fuzz-build@latest
|
|||
ln -s $GOPATH/bin/go114-fuzz-build $GOPATH/bin/go-fuzz
|
||||
|
||||
cd /tmp
|
||||
git clone --branch=dev https://github.com/AdamKorcz/go-118-fuzz-build
|
||||
git clone https://github.com/AdamKorcz/go-118-fuzz-build
|
||||
cd go-118-fuzz-build
|
||||
go build
|
||||
mv go-118-fuzz-build $GOPATH/bin/
|
||||
|
|
Loading…
Reference in New Issue