Skip to content

Commit ef4e31c

Browse files
committed
ci/circleci: add GOPROXY and GOSUMDB env
1 parent 1516f45 commit ef4e31c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ defaults: &defaults
99
executor: golang/stretch
1010
environment:
1111
GO111MODULE: "on"
12+
GOPROXY: "https://proxy.golang.org"
13+
GOSUMDB: "sum.golang.org"
1214

1315
jobs:
1416
test:

0 commit comments

Comments
 (0)