remove go:1.11 kind; update go:1.15 to use 1.17.0 release (#674)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index fc8f063..167bb58 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -175,20 +175,6 @@
         ],
         "go": [
             {
-                "kind": "go:1.11",
-                "default": false,
-                "deprecated": true,
-                "attached": {
-                    "attachmentName": "codefile",
-                    "attachmentType": "text/plain"
-                },
-                "image": {
-                    "prefix": "openwhisk",
-                    "name": "action-golang-v1.11",
-                    "tag": "1.15.0"
-                }
-            },
-            {
                 "kind": "go:1.15",
                 "default": true,
                 "deprecated": false,
@@ -199,7 +185,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-golang-v1.15",
-                    "tag": "1.16.0"
+                    "tag": "1.17.0"
                 }
             }
         ],