Skip to content

Commit

Permalink
enhance: update checker for go version (milvus-io#33351)
Browse files Browse the repository at this point in the history
Signed-off-by: shaoting-huang [[email protected]]

issue: milvus-io#32982

Signed-off-by: shaoting-huang <[email protected]>
  • Loading branch information
shaoting-huang authored May 24, 2024
1 parent 2964f60 commit 3c7d020
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: '~1.20.7'
go-version: '~1.21.10'
- name: Mac Cache Go Mod Volumes
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion client/.golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
go: "1.20"
go: "1.21"
skip-dirs:
- build
- configs
Expand Down
2 changes: 1 addition & 1 deletion client/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3c7d020

Please sign in to comment.