Use go2sky 1.1.0 for e2e testing. (#7034)

This commit is contained in:
吴晟 Wu Sheng 2021-05-28 15:37:29 +08:00 committed by GitHub
parent f742142ca3
commit 122946e099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}