forked from TrueCloudLab/rclone
build: use go modules proxy when building modules
This commit is contained in:
parent
7fcbb47b1c
commit
ede03258bc
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ matrix:
|
|||
name: Go Modules
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
- GOPROXY=https://proxy.golang.org
|
||||
script:
|
||||
- make quicktest
|
||||
- go: 1.12.x
|
||||
|
|
Loading…
Reference in a new issue