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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user