1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-16 01:54:57 +02:00

ci/circleci: add GOPROXY and GOSUMDB environment

This commit is contained in:
Koichi Shiraishi 2019-06-05 09:50:12 +09:00
parent f766c93228
commit 2acea58812
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B

View file

@ -9,6 +9,8 @@ defaults: &defaults
executor: golang/stretch
environment:
GO111MODULE: "on"
GOPROXY: "https://proxy.golang.org"
GOSUMDB: "sum.golang.org"
jobs:
test: