Skip to content

Commit

Permalink
GoReleaser: remove before hook
Browse files Browse the repository at this point in the history
ntp_exporter uses vendoring for its dependencies and therefore we don't
need any before hook for building the binary.
  • Loading branch information
talal committed Jun 16, 2022
1 parent 2ad0d9a commit e35d007
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
before:
hooks:
- go mod download

builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit e35d007

Please sign in to comment.