mirror of
https://github.com/laravel-ls/uri
synced 2026-06-21 02:08:22 +02:00
ci/circleci: add GOPROXY and GOSUMDB environment
This commit is contained in:
parent
f766c93228
commit
2acea58812
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ defaults: &defaults
|
||||||
executor: golang/stretch
|
executor: golang/stretch
|
||||||
environment:
|
environment:
|
||||||
GO111MODULE: "on"
|
GO111MODULE: "on"
|
||||||
|
GOPROXY: "https://proxy.golang.org"
|
||||||
|
GOSUMDB: "sum.golang.org"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue