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:
hooks:
- go mod download
- make install
builds:
@ -11,5 +12,9 @@ builds:
- 386
- amd64
env:
GO111MODULE=on
GOPROXY="https://gocenter.io"
archive:
wrap_in_directory: true