Skip to content

Commit 9e8406b

Browse files
author
Paulo Gomes
committed
fuzz: fix dependency issue
Fix for the error: panic: internal error: can't find reason for requirement on github.com/hashicorp/[email protected] Signed-off-by: Paulo Gomes <[email protected]>
1 parent 690ec12 commit 9e8406b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fuzz/oss_fuzz_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ SOURCE_VER=$(go list -m github.com/fluxcd/source-controller/api | awk '{print $2
7777
REFLECTOR_VER=$(go list -m github.com/fluxcd/image-reflector-controller/api | awk '{print $2}')
7878

7979
go mod download
80+
go mod tidy -go=1.16 && go mod tidy -go=1.17
8081
go get -d github.com/fluxcd/image-automation-controller
8182
go get -d github.com/AdaLogics/go-fuzz-headers
8283

0 commit comments

Comments
 (0)