refactor: simplify BatchError (#4292)

This commit is contained in:
Kevin Wan
2024-08-03 13:57:41 +08:00
committed by GitHub
parent c6348b9855
commit dedba17219
6 changed files with 69 additions and 38 deletions

View File

@@ -52,7 +52,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
# use 1.20 to guarantee Go 1.20 compatibility
# make sure Go version compatible with go-zero
go-version-file: go.mod
check-latest: true
cache: true