You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ze...@apache.org on 2022/08/12 18:44:33 UTC

[arrow] branch master updated (a70908dc3c -> 39a2f3beba)

This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from a70908dc3c ARROW-17370: [C++] Add limit to SplitString() (#13833)
     add 39a2f3beba ARROW-17324: [Go][CI] Add go1.18 job and -asan flag (#13867)

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                   |  2 +
 .env                                            |  1 +
 .github/workflows/go.yml                        | 95 ++++++++++++++++++-------
 ci/docker/debian-10-go.dockerfile               | 15 ++--
 ci/docker/debian-11-go.dockerfile               | 12 ++--
 ci/scripts/go_build.sh                          |  4 +-
 ci/scripts/go_test.sh                           | 20 +++---
 docker-compose.yml                              |  1 +
 go/arrow/flight/internal/flight/FlightSql.pb.go |  7 +-
 go/go.mod                                       |  1 -
 10 files changed, 103 insertions(+), 55 deletions(-)