Skip to content

Commit

Permalink
apacheGH-38200: [CI][Release][Go] Ensure removing all module caches
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 11, 2023
1 parent ef02417 commit 984ee8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -880,8 +880,6 @@ test_go() {
go test ./...
fi
go install -buildvcs=false ./...
go clean -modcache

if [ ${TEST_INTEGRATION_GO} -gt 0 ]; then
pushd arrow/internal/cdata_integration
case "$(uname)" in
Expand All @@ -898,7 +896,7 @@ test_go() {
go build -buildvcs=false -tags cdata_integration,assert -buildmode=c-shared -o ${go_lib} .
popd
fi

go clean -modcache
popd
}

Expand Down

0 comments on commit 984ee8d

Please sign in to comment.