[ 
https://issues.apache.org/jira/browse/THRIFT-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14334353#comment-14334353
 ] 

Jake Farrell commented on THRIFT-2598:
--------------------------------------

test tools like vet and cover moved from code.google to golang.org in 1.4, do 
we want to make that the default minimum version? Can mimic what the ubuntu 
package sets up as default paths on install with

{code}
curl -sSL https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz | 
tar -C /usr/lib/ -xz && \
    mkdir -p /usr/share/go

export GOROOT=/usr/lib/go
export GOPATH=/usr/share/go
export PATH=${GOROOT}/bin:${GOPATH}/bin:$PATH
{code}

> Add check for minimum Go version to configure.ac
> ------------------------------------------------
>
>                 Key: THRIFT-2598
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2598
>             Project: Thrift
>          Issue Type: Bug
>          Components: Build Process, Go - Library
>            Reporter: Jens Geyer
>             Fix For: 1.0
>
>
> The Go build currently fails, if some older Go version is installed, e.g. 
> because of missing {{io.ByteWriter}}. Need to add appropriate check in 
> configure.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to