From 883e467494bab38c401358e87adad659501d2a72 Mon Sep 17 00:00:00 2001 From: David Grove Date: Tue, 13 Oct 2020 10:09:53 -0400 Subject: [PATCH] add go:1.15 kind to apiv1swagger Missing part of #4987 which added the go:1.15 kind. --- core/controller/src/main/resources/apiv1swagger.json | 1 + 1 file changed, 1 insertion(+) diff --git a/core/controller/src/main/resources/apiv1swagger.json b/core/controller/src/main/resources/apiv1swagger.json index 33008aef88a..aa19afbc632 100644 --- a/core/controller/src/main/resources/apiv1swagger.json +++ b/core/controller/src/main/resources/apiv1swagger.json @@ -2009,6 +2009,7 @@ "ruby:2.5", "ruby:default", "go:1.11", + "go:1.15", "go:default", "sequence", "swift:4.2",