Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 24, 2019
1 parent cb8ea34 commit 575cfe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
# - JDK >=7
# - gcc >= 4.8
# - Node.js >= 11.12 (best way is to use nvm)
# - Go >= 1.11
#
# If using a non-system Boost, set BOOST_ROOT and add Boost libraries to
# LD_LIBRARY_PATH.
Expand Down Expand Up @@ -370,7 +371,7 @@ test_ruby() {
}

test_go() {
pushd go
pushd go/arrow

go get -v ./...
go test ./...
Expand Down

0 comments on commit 575cfe5

Please sign in to comment.