zeroshade commented on a change in pull request #12540:
URL: https://github.com/apache/arrow/pull/12540#discussion_r822901532



##########
File path: ci/scripts/go_build.sh
##########
@@ -21,6 +21,9 @@ set -ex
 
 source_dir=${1}/go
 
+# Install `staticcheck`
+GO111MODULE=on go install honnef.co/go/tools/cmd/staticcheck@latest
+

Review comment:
       would it make more sense to add a docker config and make a docker image 
for this rather than doing the go install here as part of the build/test?




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