chore: update goctl version to v1.10.1 and bump go-zero dependency (#5518)

This commit is contained in:
Kevin Wan
2026-03-28 23:01:48 +08:00
committed by GitHub
parent 8c47c01739
commit 3f91a79a2b
3 changed files with 157 additions and 138 deletions

View File

@@ -6,7 +6,7 @@ import (
)
// BuildVersion is the version of goctl.
const BuildVersion = "1.11.0"
const BuildVersion = "1.10.1"
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-beta": 2, "beta": 3, "released": 4, "": 5}