Merge pull request #5154 from thaJeztah/26.1_backport_goversion

[26.1 backport] cli/command: more go1.19 ("predeclared any")
This commit is contained in:
Paweł Gronowski
2024-06-17 10:21:02 +02:00
committed by GitHub
+3
View File
@@ -1,3 +1,6 @@
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
//go:build go1.19
package context
import (