mirror of
https://github.com/go-task/task.git
synced 2026-07-07 22:18:47 +00:00
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:
@@ -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 == "" {
|
||||
|
||||
Reference in New Issue
Block a user