chore: bump minimum version to 1.23 (#2059)

* chore: bump minimum version to 1.23

* fix: version package for 1.24

* feat: update golangci-lint version
This commit is contained in:
Pete Davison
2025-02-11 22:43:17 +00:00
committed by GitHub
parent e7a6de64cb
commit ce96447468
6 changed files with 9 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ var (
func init() {
info, ok := debug.ReadBuildInfo()
if !ok || info.Main.Version == "" {
if !ok || info.Main.Version == "(devel)" || info.Main.Version == "" {
version = "unknown"
} else {
if version == "" {