enhance: update go version to fix cve (#41697)

master pr: #41696
/cc @congqixia @czs007

Signed-off-by: haorenfsa <haorenfsa@gmail.com>
This commit is contained in:
shaoyue 2025-05-09 11:22:55 +08:00 committed by GitHub
parent 418c35630b
commit 973f6d80a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
module github.com/milvus-io/milvus/client/v2
go 1.24.1
go 1.24.2
require (
github.com/blang/semver/v4 v4.0.0

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/milvus-io/milvus
go 1.24.1
go 1.24.2
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1

View File

@ -1,6 +1,6 @@
module github.com/milvus-io/milvus/pkg/v2
go 1.24.1
go 1.24.2
require (
github.com/apache/pulsar-client-go v0.6.1-0.20210728062540-29414db801a7

View File

@ -1,4 +1,4 @@
FROM golang:1.24.1 as builder
FROM golang:1.24.2 as builder
# Define a build argument with an empty default value
ARG CUSTOM_GOPROXY=""

View File

@ -1,6 +1,6 @@
module github.com/milvus-io/milvus/tests/go_client
go 1.24.1
go 1.24.2
require (
github.com/milvus-io/milvus/client/v2 v2.0.0-20241125024034-0b9edb62a92d