1
mirror of https://github.com/rclone/rclone synced 2024-11-29 07:55:12 +01:00

build: use go modules proxy when building modules

This commit is contained in:
Nick Craig-Wood 2019-07-03 09:57:46 +01:00
parent 7fcbb47b1c
commit ede03258bc

View File

@ -74,6 +74,7 @@ matrix:
name: Go Modules
env:
- GO111MODULE=on
- GOPROXY=https://proxy.golang.org
script:
- make quicktest
- go: 1.12.x