Skip to content

Commit

Permalink
update .goreleaser.yml for go mod hook (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanggang authored Nov 14, 2022
1 parent 968c892 commit 4202b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before:
hooks:
- make clean
- go generate ./...
- go mod tidy -compat=1.17
- go mod tidy -compat=1.18
- go mod download

builds:
Expand Down

0 comments on commit 4202b20

Please sign in to comment.