chore: upgrade go version (#4248)

Signed-off-by: kevin <wanjunfeng@gmail.com>
This commit is contained in:
Kevin Wan
2024-07-16 11:43:25 +08:00
committed by GitHub
parent c02fb3acab
commit a00c956776
8 changed files with 173 additions and 191 deletions

View File

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