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

[skywalking-cli] branch master updated: Fix Go version in Dockerfile (#120)

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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 76f9f84  Fix Go version in Dockerfile (#120)
76f9f84 is described below

commit 76f9f848b3142d14c6ab6fa7910d408b92bced64
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Oct 8 13:06:12 2021 +0800

    Fix Go version in Dockerfile (#120)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 5f9f4a4..1217f17 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 
 ARG VERSION
 
-FROM golang:1.14 AS builder
+FROM golang:1.16 AS builder
 
 ENV CGO_ENABLED=0
 ENV GO111MODULE=on