Skip to content

Commit

Permalink
goreleaser: mod tidy instead of mod download
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed May 2, 2021
1 parent 27dcc93 commit 925ba66
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 @@ -3,7 +3,7 @@ env_files:
github_token: ~/.github_token
before:
hooks:
- go mod download
- go mod tidy
- go test ./...
- golangci-lint run
builds:
Expand Down

0 comments on commit 925ba66

Please sign in to comment.