1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Update goreleaser config

This commit is contained in:
Chris Cummer 2019-05-06 12:45:32 -07:00
parent 61d6cc4974
commit 8e9d99e567

View File

@ -1,6 +1,5 @@
before: before:
hooks: hooks:
- go mod download
- make install - make install
builds: builds:
@ -13,8 +12,8 @@ builds:
- amd64 - amd64
env: env:
GO111MODULE=on - GO111MODULE=on
GOPROXY="https://gocenter.io" - GOPROXY="https://gocenter.io"
archive: archive:
wrap_in_directory: true wrap_in_directory: true