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 6b8050a commit 9a65225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/farseer-go/collections

go 1.19
go 1.21

toolchain go1.19
toolchain go1.23.3

require (
github.com/farseer-go/fs v0.15.0
Expand Down

0 comments on commit 9a65225

Please sign in to comment.