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

[pulsar-client-go] branch master updated: [build] make go version consistent (#751)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 95fdb3f  [build] make go version consistent (#751)
95fdb3f is described below

commit 95fdb3fc9ed1c4881ee874ca47e945ca15475af3
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Tue Mar 22 12:12:13 2022 +0800

    [build] make go version consistent (#751)
    
    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