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 418cc05b4 chore(go/adbc): bump Go toolchain to 1.26.5 (#4489)
418cc05b4 is described below

commit 418cc05b44214ca05e2b67ee9b54320fa625dabb
Author: Mandukhai Alimaa <[email protected]>
AuthorDate: Wed Jul 8 19:48:27 2026 -0500

    chore(go/adbc): bump Go toolchain to 1.26.5 (#4489)
---
 go/adbc/go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index 0506cee36..87ee7ec41 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.4
+toolchain go1.26.5
 
 require (
        github.com/apache/arrow-go/v18 v18.6.0

Reply via email to