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

lidavidm 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 98c8bc79c chore: bump Go toolchain to 1.26.6 (#4714)
98c8bc79c is described below

commit 98c8bc79c42b25bec622e7d3d461205d3e3c60a6
Author: David Li <[email protected]>
AuthorDate: Tue Aug 25 07:46:24 2026 +0900

    chore: bump Go toolchain to 1.26.6 (#4714)
---
 .env           | 2 +-
 go/adbc/go.mod | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env b/.env
index 63af21648..4c0ad80ac 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.1
+GO=1.26.6
 ARROW_MAJOR_VERSION=18
 DOTNET=10.0
 
diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index 09bcc0c7e..0cc0bb65b 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -21,7 +21,7 @@ go 1.25.0
 
 // Only require 1.25, but prefer 1.26 to build to pick up latest CVE fixes in
 // Go itself.
-toolchain go1.26.5
+toolchain go1.26.6
 
 require (
        github.com/apache/arrow-go/v18 v18.7.0

Reply via email to