Skip to content

Commit

Permalink
build: fixed golang.org/x/tools/cmd/file2fuzz to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Oct 15, 2024
1 parent 04197e7 commit e55bd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fuzz:
mkdir -p ${corpusdir}
rm -rf ./go-fuzz-corpus
git clone https://github.com/dvyukov/go-fuzz-corpus.git ./go-fuzz-corpus/
go install golang.org/x/tools/cmd/file2fuzz@latest
go install golang.org/x/tools/cmd/file2fuzz@v0.10.0
file2fuzz -o ${corpusdir} ./go-fuzz-corpus/json/corpus/* ./corpus/*

run:
Expand Down

0 comments on commit e55bd38

Please sign in to comment.