bisakhmondal commented on a change in pull request #5318:
URL: https://github.com/apache/apisix/pull/5318#discussion_r734455002



##########
File path: .github/workflows/centos7-ci.yml
##########
@@ -25,6 +25,11 @@ jobs:
       with:
         submodules: recursive
 
+    - name: Setup Go
+      uses: actions/[email protected]
+      with:
+        go-version: "1.15"
+

Review comment:
       Turns out, this won't work!!
   We are running Centos as a container on top of Ubuntu, so go needs to be 
installed inside the docker container : )
   Damn!




-- 
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