jiekun commented on PR #55:
URL: https://github.com/apache/skywalking-go/pull/55#issuecomment-1578637060

   > You should be able to run this test and make sure it passed locally, 
rather than relying on the limited upstream resource to keep rerunning.
   
   Just figure out how to run it locally. 
   
   The network inside GFW is poor. When I run the integration test, some 
packages are not able to be downloaded, which needs a lot of change in the .tpl 
file to use a proxy.
   
   ```
   // so those are generated according to the .tpl. System proxy does not work 
inside the docker container 
   // so I have to try it step by step.....
   RUN go env -w GO111MODULE=on
   RUN go env -w GOPROXY=https://proxy.golang.com.cn,direct
   RUN go mod tidy
   ```
   
   Sorry for pushing my commit frequently.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to