0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-03-16 20:33:30 +00:00

Go 1.12.10

Use GOPROXY
This commit is contained in:
CrazyMax 2019-10-01 23:33:36 +02:00 committed by CrazyMax
parent 200bf5b786
commit 401bfc8efd

View file

@ -1,6 +1,11 @@
env:
- GO111MODULE=on
- GOPROXY=https://goproxy.io
before:
hooks:
- go mod download
builds:
-
main: ./cmd/main.go
@ -26,6 +31,7 @@ builds:
goarch: arm
- goos: freebsd
goarch: arm64
archives:
-
replacements:
@ -38,5 +44,6 @@ archives:
- LICENSE
- README.md
- CHANGELOG.md
checksum:
name_template: 'checksums.txt'