chore: upgrade deps version

This commit is contained in:
Steven
2023-08-27 16:20:05 +08:00
parent 6495c2081d
commit b807417885
10 changed files with 1177 additions and 897 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
check-latest: true
cache: true
- name: Verify go.mod is tidy
@@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
check-latest: true
cache: true
- name: Run all tests