diff --git a/.goreleaser.yml b/.goreleaser.yml index b1eb345e..f39bb31c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,7 @@ +before: + hooks: + - go mod tidy + builds: - binary: nuclei main: v2/cmd/nuclei/main.go @@ -18,4 +22,4 @@ archives: darwin: macOS format_overrides: - goos: windows - format: zip \ No newline at end of file + format: zip