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

Add Go module support into goreleaser config

This commit is contained in:
Chris Cummer 2019-04-27 21:55:01 -07:00
parent ce2a9b3301
commit 9d7b91a024

View File

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