Skip to content

Commit

Permalink
just call go mod verify in go releaser before hook
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsullivan committed Oct 8, 2020
1 parent b508f5b commit 44d96ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
project_name: lw
before:
hooks:
- go mod tidy
- go generate ./...
- go mod verify
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 44d96ce

Please sign in to comment.