diff --git a/builder/golang/compose.yml b/builder/golang/compose.yml index e3c5704..7bfd932 100644 --- a/builder/golang/compose.yml +++ b/builder/golang/compose.yml @@ -13,5 +13,5 @@ services: - ${Volumes_Path}/mygits:/app working_dir: /app environment: - - GOPROXY=https://goproxy.cn + - GOPROXY=https://goproxy.cn,direct - GO111MODULE=on \ No newline at end of file