This is an automated email from the ASF dual-hosted git repository.
sbinet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new ff331f2 ARROW-11931: [Go] bump to go1.15
ff331f2 is described below
commit ff331f27e07c63bfad1608831702cb35e48526c4
Author: Matthew Topol <[email protected]>
AuthorDate: Fri Mar 12 07:52:38 2021 +0100
ARROW-11931: [Go] bump to go1.15
@emkornfield
spun off from #9671
Closes #9675 from zeroshade/arrow-11931
Authored-by: Matthew Topol <[email protected]>
Signed-off-by: Sebastien Binet <[email protected]>
---
.env | 2 +-
.github/workflows/go.yml | 6 +++---
ci/docker/conda-integration.dockerfile | 2 +-
ci/docker/debian-10-go.dockerfile | 2 +-
dev/tasks/tasks.yml | 6 +++---
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.env b/.env
index aa9e9c7..5a13886 100644
--- a/.env
+++ b/.env
@@ -44,7 +44,7 @@ PYTHON=3.6
LLVM=11
CLANG_TOOLS=8
RUST=nightly-2020-11-24
-GO=1.12
+GO=1.15
NODE=14
MAVEN=3.5.4
JDK=8
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 60a9608..574795f 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.12]
+ go: [1.15]
env:
GO: ${{ matrix.go }}
steps:
@@ -77,7 +77,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.12]
+ go: [1.15]
steps:
- name: Install go
uses: actions/setup-go@v1
@@ -104,7 +104,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.12]
+ go: [1.15]
steps:
- name: Install go
uses: actions/setup-go@v1
diff --git a/ci/docker/conda-integration.dockerfile
b/ci/docker/conda-integration.dockerfile
index e6e5ac8..374db7e 100644
--- a/ci/docker/conda-integration.dockerfile
+++ b/ci/docker/conda-integration.dockerfile
@@ -23,7 +23,7 @@ ARG arch=amd64
ARG maven=3.5
ARG node=14
ARG jdk=8
-ARG go=1.12
+ARG go=1.15
COPY ci/conda_env_archery.yml /arrow/ci/
RUN conda install -q \
diff --git a/ci/docker/debian-10-go.dockerfile
b/ci/docker/debian-10-go.dockerfile
index 594a30a..199f09e 100644
--- a/ci/docker/debian-10-go.dockerfile
+++ b/ci/docker/debian-10-go.dockerfile
@@ -16,7 +16,7 @@
# under the License.
ARG arch=amd64
-ARG go=1.12
+ARG go=1.15
FROM ${arch}/golang:${go}
# TODO(kszucs):
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 2a02471..c41fa69 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -1688,7 +1688,7 @@ tasks:
r_image: r-base
r_tag: 3.6-opensuse42
not_cran: "TRUE"
-
+
test-r-minimal-build:
ci: azure
template: r/azure.linux.yml
@@ -1708,12 +1708,12 @@ tasks:
params:
run: ubuntu-r-sanitizer
- test-debian-10-go-1.12:
+ test-debian-10-go-1.15:
ci: azure
template: docker-tests/azure.linux.yml
params:
env:
- GO: 1.12
+ GO: 1.15
run: debian-go
test-ubuntu-18.04-docs: