chore: upgrade otel, removed ut temporarily because of otel API changes (#3795)

This commit is contained in:
Kevin Wan
2023-12-17 12:26:48 +08:00
committed by GitHub
parent 431f9af43e
commit 83a776a190
3 changed files with 3 additions and 6 deletions

View File

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