cyb70289 commented on code in PR #14503:
URL: https://github.com/apache/arrow/pull/14503#discussion_r1005180804


##########
dev/release/verify-release-candidate.sh:
##########
@@ -859,11 +859,12 @@ test_go() {
   maybe_setup_go || exit 1
   maybe_setup_conda compilers go=1.17 || exit 1
 
-  pushd go/arrow
+  pushd go
   go get -v ./...
-  go test ./...
+  go test ./...  
+  go install ./...  
   go clean -modcache
-  popd
+  popd  

Review Comment:
   Looks there's a trailing space.
   
   Do we want a `shellcheck` lint job in CI? No?



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