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 (