Re: How to determine go compiler version

1,102 views
Skip to first unread message

Archos

unread,
Sep 30, 2012, 3:31:43 PM9/30/12
to golan...@googlegroups.com, lu...@zapletalovi.com
go version

El domingo, 30 de septiembre de 2012 20:20:58 UTC+1, lu...@zapletalovi.com escribió:
Hey,

I am not able to determing go version of the compiler I have installed. Neither --version or -v works with command "go" or "go build". How to do this?

Eli Janssen

unread,
Sep 30, 2012, 5:21:35 PM9/30/12
to lu...@zapletalovi.com, golan...@googlegroups.com

On Sep 30, 2012, at 12:20 PM, lu...@zapletalovi.com wrote:

> Hey,
>
> I am not able to determing go version of the compiler I have installed. Neither --version or -v works with command "go" or "go build". How to do this?

$ go version
go version go1.0.3

Kees Varekamp

unread,
Sep 30, 2012, 5:44:28 PM9/30/12
to golan...@googlegroups.com, lu...@zapletalovi.com
related question: Is it possible to see from a binary which go version it has been compiled with?

Sanjay

unread,
Sep 30, 2012, 5:50:14 PM9/30/12
to golan...@googlegroups.com, lu...@zapletalovi.com

Sergey Avseyev

unread,
Jan 13, 2016, 8:35:33 AM1/13/16
to golang-nuts, lu...@zapletalovi.com
$ strings $(which go-bindata) | grep go1
go1.5.2
Reply all
Reply to author
Forward
0 new messages