Skip to content

Commit

Permalink
Update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Jun 23, 2020
1 parent 9db4be3 commit d2b7d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ builds:
- binary: "{{ .ProjectName }}"
id: "amd64"
hooks:
post: upx dist/linux_amd64/freeradius_exporter
post: upx dist/amd64_linux_amd64/freeradius_exporter
goos:
- linux
goarch:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/bvantagelimited/freeradius_exporter

go 1.14

require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/gogo/protobuf v1.1.1 // indirect
Expand Down

0 comments on commit d2b7d83

Please sign in to comment.