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

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new bea4b6e8a feat(go/adbc): require go1.26 and bump toolchain to 1.26.8 
(#4748)
bea4b6e8a is described below

commit bea4b6e8aadc36c7561129805b593d612d9a8b86
Author: David Li <[email protected]>
AuthorDate: Sat Sep 5 05:08:00 2026 +0900

    feat(go/adbc): require go1.26 and bump toolchain to 1.26.8 (#4748)
---
 .env           | 2 +-
 go/adbc/go.mod | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.env b/.env
index 4c0ad80ac..ba14e8ed1 100644
--- a/.env
+++ b/.env
@@ -33,7 +33,7 @@ MANYLINUX=2_28
 MAVEN=3.9.10
 PLATFORM=linux/amd64
 PYTHON=3.13
-GO=1.26.6
+GO=1.26.8
 ARROW_MAJOR_VERSION=18
 DOTNET=10.0
 
diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index bb1f163e4..a431ad4f7 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -17,11 +17,10 @@
 
 module github.com/apache/arrow-adbc/go/adbc
 
-go 1.25.0
+go 1.26
 
-// Only require 1.25, but prefer 1.26 to build to pick up latest CVE fixes in
-// Go itself.
-toolchain go1.26.6
+// Require the latest Go 1.26 to build to pick up CVE fixes in Go itself.
+toolchain go1.26.8
 
 require (
        github.com/apache/arrow-go/v18 v18.7.0

Reply via email to