update Dockerfile.go (#4944)

This commit is contained in:
zhang-wei 2020-06-18 14:04:28 +08:00 committed by GitHub
parent c34bf6f81b
commit 38759318bd
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=fdb185d66faddad1651c18150d63bae32610f3ac
ARG COMMIT_HASH=140002c944931ebc0e8e1ea6f7dca128108cf4e7
ARG GO2SKY_CODE=${COMMIT_HASH}.tar.gz
ARG GO2SKY_CODE_URL=https://github.com/SkyAPM/go2sky/archive/${GO2SKY_CODE}