Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit d3ac60a

Browse files
author
Yevgeny Pats
committed
Update Fuzzit CLI to v2.0.0
1 parent 123ed2b commit d3ac60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/fuzzit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ go build ./...
88
go-fuzz-build -libfuzzer -o fuzzer.a ./...
99
clang -fsanitize=fuzzer fuzzer.a -o fuzzer
1010

11-
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v1.2.7/fuzzit_Linux_x86_64
11+
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.0.0/fuzzit_Linux_x86_64
1212
chmod a+x fuzzit
1313
./fuzzit auth ${FUZZIT_API_KEY}
1414
export TARGET_ID=2n6hO2dQzylLxX5GGhRG

0 commit comments

Comments
 (0)