update go proxy to 1.23@1.25.0 (#163)

diff --git a/core/python310Action/Dockerfile b/core/python310Action/Dockerfile
index 1cad11c..b6094f3 100644
--- a/core/python310Action/Dockerfile
+++ b/core/python310Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.22 AS builder_source
+FROM golang:1.23 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.22 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
+FROM golang:1.23 AS builder_release
+ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0
 ARG GO_PROXY_GITHUB_USER=apache
 RUN curl -sL \
   https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
diff --git a/core/python311Action/Dockerfile b/core/python311Action/Dockerfile
index d682d37..f85fc58 100644
--- a/core/python311Action/Dockerfile
+++ b/core/python311Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.22 AS builder_source
+FROM golang:1.23 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.22 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
+FROM golang:1.23 AS builder_release
+ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0
 ARG GO_PROXY_GITHUB_USER=apache
 RUN curl -sL \
   https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
diff --git a/core/python312Action/Dockerfile b/core/python312Action/Dockerfile
index a01863d..40fe948 100644
--- a/core/python312Action/Dockerfile
+++ b/core/python312Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.22 AS builder_source
+FROM golang:1.23 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.22 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
+FROM golang:1.23 AS builder_release
+ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0
 ARG GO_PROXY_GITHUB_USER=apache
 RUN curl -sL \
   https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
diff --git a/core/python39Action/Dockerfile b/core/python39Action/Dockerfile
index a25eab1..b654f97 100644
--- a/core/python39Action/Dockerfile
+++ b/core/python39Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.22 AS builder_source
+FROM golang:1.23 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.22 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
+FROM golang:1.23 AS builder_release
+ARG GO_PROXY_RELEASE_VERSION=1.23@1.25.0
 ARG GO_PROXY_GITHUB_USER=apache
 RUN curl -sL \
   https://github.com/${GO_PROXY_GITHUB_USER}/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\