From a8935219484b9f618441ffe0e5e6600d9ee10a5d Mon Sep 17 00:00:00 2001 From: "Wilson E. Husin" Date: Thu, 6 May 2021 11:44:59 -0700 Subject: [PATCH] Add deadline for deprecation --- cluster/images/conformance/go-runner/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/images/conformance/go-runner/main.go b/cluster/images/conformance/go-runner/main.go index 22fb0246676..f96bd7aa540 100644 --- a/cluster/images/conformance/go-runner/main.go +++ b/cluster/images/conformance/go-runner/main.go @@ -30,7 +30,7 @@ import ( func main() { if strings.Contains(os.Args[0], "run_e2e.sh") || strings.Contains(os.Args[0], "gorunner") { - log.Print("warn: calling test with e2e.test is deprecated, please rely on container manifest to invoke executable") + log.Print("warn: calling test with e2e.test is deprecated and will be removed in 1.25, please rely on container manifest to invoke executable") } env := envWithDefaults(map[string]string{ resultsDirEnvKey: defaultResultsDir,