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 b69dcd8b3 chore(go): bump Go version (#4060)
b69dcd8b3 is described below

commit b69dcd8b353edb6a3952d1a6ca9d517fb34a5745
Author: David Li <[email protected]>
AuthorDate: Tue Mar 10 13:04:36 2026 +0900

    chore(go): bump Go version (#4060)
---
 .env           | 2 +-
 go/adbc/go.mod | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env b/.env
index 3e5c1037a..10e2f5746 100644
--- a/.env
+++ b/.env
@@ -33,7 +33,7 @@ MANYLINUX=2014
 MAVEN=3.9.10
 PLATFORM=linux/amd64
 PYTHON=3.13
-GO=1.26.0
+GO=1.26.1
 ARROW_MAJOR_VERSION=18
 DOTNET=8.0
 
diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index 2cdf838cf..eae00640f 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.0
+toolchain go1.26.1
 
 require (
        cloud.google.com/go/bigquery v1.73.1

Reply via email to