Skip to content

Commit 44d96ce

Browse files
committed
just call go mod verify in go releaser before hook
1 parent b508f5b commit 44d96ce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
project_name: lw
33
before:
44
hooks:
5-
- go mod tidy
6-
- go generate ./...
5+
- go mod verify
76
builds:
87
- env:
98
- CGO_ENABLED=0

0 commit comments

Comments
 (0)