enhance: update checker for go version (#33351)

Signed-off-by: shaoting-huang [shaoting-huang@zilliz.com]

issue: https://github.com/milvus-io/milvus/issues/32982

Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
pull/33357/head^2
shaoting-huang 2024-05-24 14:23:40 +08:00 committed by GitHub
parent 2964f60edc
commit 3c7d0209d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v2.2.0
with:
go-version: '~1.20.7'
go-version: '~1.21.10'
- name: Mac Cache Go Mod Volumes
uses: actions/cache@v3
with:

View File

@ -1,5 +1,5 @@
run:
go: "1.20"
go: "1.21"
skip-dirs:
- build
- configs

View File

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

View File

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