From 05ffc95347e190bda9f9ff04a6b46f8edbcc041b Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Wed, 22 Jul 2020 23:11:01 -0400 Subject: [PATCH] [go1.15] Remove client support for darwin/386 Removed in go1.15 (GH/golang/go/issues/37610). Signed-off-by: Stephen Augustus --- hack/lib/golang.sh | 1 - test/typecheck/main.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index c6e05721319..e9148ec08fa 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -49,7 +49,6 @@ readonly KUBE_SUPPORTED_CLIENT_PLATFORMS=( linux/s390x linux/ppc64le darwin/amd64 - darwin/386 windows/amd64 windows/386 ) diff --git a/test/typecheck/main.go b/test/typecheck/main.go index 3434c69ae99..c4f9f8d4c26 100644 --- a/test/typecheck/main.go +++ b/test/typecheck/main.go @@ -50,7 +50,7 @@ var ( "darwin/amd64", "linux/arm", "linux/386", "windows/amd64", "linux/arm64", "linux/ppc64le", - "linux/s390x", "darwin/386", + "linux/s390x", } // directories we always ignore