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:
parent
ce2a9b3301
commit
9d7b91a024
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user