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:
parent
f766c93228
commit
2acea58812
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ defaults: &defaults
|
|||
executor: golang/stretch
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
GOPROXY: "https://proxy.golang.org"
|
||||
GOSUMDB: "sum.golang.org"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue