Skip to content

Commit

Permalink
Update runner go version
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Jan 21, 2025
1 parent a4eac7e commit 2284296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/milvus-io/birdwatcher

go 1.21

toolchain go1.22.10

require (
github.com/aliyun/credentials-go v1.3.10
github.com/apache/arrow/go/v8 v8.0.0
Expand Down

0 comments on commit 2284296

Please sign in to comment.