You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by sh...@apache.org on 2022/03/22 00:27:56 UTC

[pulsar-client-go] 01/01: [build] make go version consistent

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

shoothzj pushed a commit to branch go-version-consistent
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git

commit 1a088b0a378bd96426301f4b6fffd7d5af1830ed
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Tue Mar 22 08:27:44 2022 +0800

    [build] make go version consistent
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index a21a219..e12cc80 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-ARG GO_VERSION=golang:1.13
+ARG GO_VERSION=golang:1.15
 FROM apachepulsar/pulsar:2.8.2 as pulsar
 FROM $GO_VERSION as go