Skip to content

Commit

Permalink
Updated goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
percona-csalguero committed Oct 13, 2019
1 parent c29a09e commit 09944a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
random_data_load*
vendor/
bin/*
dist/*
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
before:
hooks:
# you may remove this if you don't use vgo
- go mod tidy
# - go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
# - go generate ./...
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 09944a2

Please sign in to comment.