From 02b1058723d91e0ceaa9e057c2afee1e0679540f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:59:05 +0000 Subject: [PATCH] Bump github.com/apache/thrift from 0.22.0 to 0.24.0 in /go Bumps [github.com/apache/thrift](https://github.com/apache/thrift) from 0.22.0 to 0.24.0. - [Release notes](https://github.com/apache/thrift/releases) - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md) - [Commits](https://github.com/apache/thrift/compare/v0.22.0...v0.24.0) --- updated-dependencies: - dependency-name: github.com/apache/thrift dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go/go.mod | 4 ++-- go/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go/go.mod b/go/go.mod index f4481db4d5..cd3c9eeef9 100644 --- a/go/go.mod +++ b/go/go.mod @@ -1,5 +1,5 @@ module github.com/infiniflow/infinity-go-sdk -go 1.23 +go 1.25 -require github.com/apache/thrift v0.22.0 +require github.com/apache/thrift v0.24.0 diff --git a/go/go.sum b/go/go.sum index 71786a1917..3846f4a3f9 100644 --- a/go/go.sum +++ b/go/go.sum @@ -1,2 +1,2 @@ -github.com/apache/thrift v0.22.0 h1:r7mTJdj51TMDe6RtcmNdQxgn9XcyfGDOzegMDRg47uc= -github.com/apache/thrift v0.22.0/go.mod h1:1e7J/O1Ae6ZQMTYdy9xa3w9k+XHWPfRvdPyJeynQ+/g= +github.com/apache/thrift v0.24.0 h1:zy31L1a49QTNB2bG1BBfMXol3yJrTH975G3pPubQVLQ= +github.com/apache/thrift v0.24.0/go.mod h1:zPt6WxgvTOM6hF92y8C+MkEM5LMxZuk4JcQOiU4Esvs=