build actionloop from 1.16@1.19.0 (#118)

diff --git a/core/php7.4Action/Dockerfile b/core/php7.4Action/Dockerfile
index 80be865..463463d 100644
--- a/core/php7.4Action/Dockerfile
+++ b/core/php7.4Action/Dockerfile
@@ -26,7 +26,7 @@
 
 # or build it from a release
 FROM golang:1.16 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0
+ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0
 RUN curl -sL \
   https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\
diff --git a/core/php8.0Action/Dockerfile b/core/php8.0Action/Dockerfile
index 2c927ef..7b3be1a 100644
--- a/core/php8.0Action/Dockerfile
+++ b/core/php8.0Action/Dockerfile
@@ -26,7 +26,7 @@
 
 # or build it from a release
 FROM golang:1.16 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0
+ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0
 RUN curl -sL \
   https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\