You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/10/13 15:41:51 UTC

[openwhisk] branch master updated: add go:1.15 kind to apiv1swagger (#4997)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new db59f6f  add go:1.15 kind to apiv1swagger (#4997)
db59f6f is described below

commit db59f6ff7fa2f2ca220c9e2543eb308e428ebe22
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Oct 13 11:41:32 2020 -0400

    add go:1.15 kind to apiv1swagger (#4997)
    
    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 33008ae..aa19afb 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",