Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 3 additions & 4 deletions go/adbc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading