You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/05/28 05:45:10 UTC

[skywalking] 01/01: Use go2sky 1.1.0 for e2e testing.

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

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit a94ff6569490f08464eb43837a364358320bfdb9
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri May 28 13:44:44 2021 +0800

    Use go2sky 1.1.0 for e2e testing.
---
 test/e2e/e2e-test/docker/go/Dockerfile.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/e2e/e2e-test/docker/go/Dockerfile.go b/test/e2e/e2e-test/docker/go/Dockerfile.go
index d55577c..61f9407 100644
--- a/test/e2e/e2e-test/docker/go/Dockerfile.go
+++ b/test/e2e/e2e-test/docker/go/Dockerfile.go
@@ -15,7 +15,7 @@
 
 FROM golang:1.12 AS builder
 
-ARG COMMIT_HASH=520133d117488e6c3fd952f84018f4a39651d89b
+ARG COMMIT_HASH=4af380c2db6243106b0fc650b6003ce3b3eb82a0
 ARG GO2SKY_CODE=${COMMIT_HASH}.tar.gz
 ARG GO2SKY_CODE_URL=https://github.com/SkyAPM/go2sky/archive/${GO2SKY_CODE}