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 4ecc958 commit 1b1217c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.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
19 changes: 6 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,16 @@ module github.com/farseer-go/cacheMemory

go 1.21

toolchain go1.22.0
toolchain go1.23.3

require (
github.com/farseer-go/cache v0.14.0
github.com/farseer-go/collections v0.14.0
github.com/farseer-go/fs v0.14.0
github.com/stretchr/testify v1.8.4
github.com/farseer-go/cache v0.15.0
github.com/farseer-go/collections v0.15.0
github.com/farseer-go/fs v0.15.0
)

exclude github.com/timandy/routine v1.1.3

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/farseer-go/mapper v0.14.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/timandy/routine v1.1.2 // indirect
github.com/farseer-go/mapper v0.15.0 // indirect
github.com/timandy/routine v1.1.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 1b1217c

Please sign in to comment.