From d0057db3ac5de21111ac21ffdb1de006f1632204 Mon Sep 17 00:00:00 2001 From: Nick Sieger Date: Fri, 7 Jun 2024 10:29:24 -0500 Subject: [PATCH] cli/command: more go1.19 ("predeclared any") Signed-off-by: Nick Sieger --- cli/command/context/list.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/command/context/list.go b/cli/command/context/list.go index 55173d51ed..f2e63a59cd 100644 --- a/cli/command/context/list.go +++ b/cli/command/context/list.go @@ -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 (