use 1.17.0 release of openwhisk-runtime-go (#28)

diff --git a/core/rust1.34/Dockerfile b/core/rust1.34/Dockerfile
index cc5ddd8..28d95c4 100644
--- a/core/rust1.34/Dockerfile
+++ b/core/rust1.34/Dockerfile
@@ -21,7 +21,7 @@
 
 # or build it from a release
 FROM golang:1.15 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
+ARG GO_PROXY_RELEASE_VERSION=1.15@1.17.0
 RUN curl -sL \
   https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\