You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ni...@apache.org on 2022/08/05 03:27:49 UTC

[openwhisk-runtime-java] 08/12: Use go1.18 to build actionloop

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

ningyougang pushed a commit to branch support-array-result-include-sequence-action
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git

commit 4a40fe0c6c16a1b1c02594ad65a2d9ed24327115
Author: ning.yougang <ni...@navercorp.com>
AuthorDate: Mon Jul 25 15:30:32 2022 +0800

    Use go1.18 to build actionloop
---
 core/java8actionloop/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/java8actionloop/Dockerfile b/core/java8actionloop/Dockerfile
index f14c47f..172d403 100644
--- a/core/java8actionloop/Dockerfile
+++ b/core/java8actionloop/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.17 AS builder_source
+FROM golang:1.18 AS builder_source
 ARG GO_PROXY_GITHUB_USER=ningyougang
 ARG GO_PROXY_GITHUB_BRANCH=support-array-result-include-sequence-action
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \