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

monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new ad9b8e99c ci: failing CI due to go build fail (#9575)
ad9b8e99c is described below

commit ad9b8e99c3f9e8081a731758fcc7db010a4c00b5
Author: Ashish Tiwari <[email protected]>
AuthorDate: Wed May 31 06:58:00 2023 +0530

    ci: failing CI due to go build fail (#9575)
---
 ci/pod/openfunction/build-function-image.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/pod/openfunction/build-function-image.sh 
b/ci/pod/openfunction/build-function-image.sh
index fc4a4945e..dc9f34a8b 100755
--- a/ci/pod/openfunction/build-function-image.sh
+++ b/ci/pod/openfunction/build-function-image.sh
@@ -23,6 +23,6 @@ if [ ! -f "./pack" ]; then
 fi
 
 # please update function-example/*/hello.go if you want to update function
-./pack build test-uri-image --path 
./ci/pod/openfunction/function-example/test-uri  --builder 
openfunction/builder-go:v2.4.0-1.17 --env FUNC_NAME="HelloWorld"  --env 
FUNC_CLEAR_SOURCE=true --env FUNC_GOPROXY="https://goproxy.cn";
-./pack build test-body-image --path 
./ci/pod/openfunction/function-example/test-body --builder 
openfunction/builder-go:v2.4.0-1.17 --env FUNC_NAME="HelloWorld"  --env 
FUNC_CLEAR_SOURCE=true --env FUNC_GOPROXY="https://goproxy.cn";
-./pack build test-header-image --path 
./ci/pod/openfunction/function-example/test-header  --builder 
openfunction/builder-go:v2.4.0-1.17 --env FUNC_NAME="HelloWorld"  --env 
FUNC_CLEAR_SOURCE=true --env FUNC_GOPROXY="https://goproxy.cn";
+./pack build test-uri-image --path 
./ci/pod/openfunction/function-example/test-uri  --builder 
openfunction/builder-go:v2.4.0-1.17 --env FUNC_NAME="HelloWorld"  --env 
FUNC_CLEAR_SOURCE=true --env FUNC_GOPROXY="https://proxy.golang.org";
+./pack build test-body-image --path 
./ci/pod/openfunction/function-example/test-body --builder 
openfunction/builder-go:v2.4.0-1.17 --env FUNC_NAME="HelloWorld"  --env 
FUNC_CLEAR_SOURCE=true --env FUNC_GOPROXY="https://proxy.golang.org";
+./pack build test-header-image --path 
./ci/pod/openfunction/function-example/test-header  --builder 
openfunction/builder-go:v2.4.0-1.17 --env FUNC_NAME="HelloWorld"  --env 
FUNC_CLEAR_SOURCE=true --env FUNC_GOPROXY="https://proxy.golang.org";

Reply via email to