Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Nov 19, 2024
1 parent 42703d9 commit 01af41d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.23.3

- name: Go Mod Tidy
run: go mod tidy
Expand Down
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ module github.com/farseer-go/rabbit

go 1.21

toolchain go1.22.0
toolchain go1.23.3

require (
github.com/farseer-go/collections v0.14.0
github.com/farseer-go/fs v0.14.0
github.com/farseer-go/collections v0.15.0
github.com/farseer-go/fs v0.15.0
github.com/rabbitmq/amqp091-go v1.10.0
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
)

exclude github.com/timandy/routine v1.1.3

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/timandy/routine v1.1.2 // indirect
github.com/timandy/routine v1.1.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 01af41d

Please sign in to comment.