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:
parent
200bf5b786
commit
401bfc8efd
1 changed files with 7 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue