This is an automated email from the ASF dual-hosted git repository.
kou 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 9bdd579 ARROW-14985: [CI][Go] Use Go 1.16
9bdd579 is described below
commit 9bdd579f0192ac268dd746dfe357505ce8b3272b
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Dec 10 15:06:21 2021 +0900
ARROW-14985: [CI][Go] Use Go 1.16
Because Go 1.15 reached EOL.
Closes #11860 from kou/ci-go-debian-wrong-version
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.env | 2 +-
.github/workflows/go.yml | 14 +++++++-------
ci/docker/debian-11-go.dockerfile | 4 ++--
dev/tasks/tasks.yml | 4 ++--
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.env b/.env
index 7dcfa30..7ebb92f 100644
--- a/.env
+++ b/.env
@@ -56,7 +56,7 @@ CUDA=9.1
DASK=latest
DOTNET=3.1
GCC_VERSION=""
-GO=1.15
+GO=1.16
HDFS=3.2.1
JDK=8
KARTOTHEK=latest
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 70300b7..1c92bb3 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.15]
+ go: [1.16]
env:
GO: ${{ matrix.go }}
steps:
@@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.15]
+ go: [1.16]
env:
GO: ${{ matrix.go }}
steps:
@@ -117,7 +117,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.15]
+ go: [1.16]
env:
GO: ${{ matrix.go }}
steps:
@@ -150,7 +150,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.15]
+ go: [1.16]
steps:
- name: Install go
uses: actions/setup-go@v1
@@ -178,7 +178,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.15]
+ go: [1.16]
steps:
- name: Install go
uses: actions/setup-go@v1
@@ -206,7 +206,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.15]
+ go: [1.16]
env:
ARROW_GO_TESTCGO: "1"
steps:
@@ -238,7 +238,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
- matrix:
+ matrix:
mingw-n-bits:
#- 32 runtime handling for CGO needs 64-bit currently
- 64
diff --git a/ci/docker/debian-11-go.dockerfile
b/ci/docker/debian-11-go.dockerfile
index 3a24b8a..3b478ca 100644
--- a/ci/docker/debian-11-go.dockerfile
+++ b/ci/docker/debian-11-go.dockerfile
@@ -16,8 +16,8 @@
# under the License.
ARG arch=amd64
-ARG go=1.15
-FROM ${arch}/golang:${go}-buster
+ARG go=1.16
+FROM ${arch}/golang:${go}-bullseye
# TODO(kszucs):
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 98d1ad8..a2f67ab 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -1265,13 +1265,13 @@ tasks:
ci: github
template: r/github.linux.revdepcheck.yml
- test-debian-11-go-1.15:
+ test-debian-11-go-1.16:
ci: azure
template: docker-tests/azure.linux.yml
params:
env:
DEBIAN: 11
- GO: 1.15
+ GO: 1.16
image: debian-go
test-ubuntu-default-docs: