[
https://issues.apache.org/jira/browse/HTRACE-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15273371#comment-15273371
]
Colin Patrick McCabe commented on HTRACE-371:
---------------------------------------------
Good find, [~iwasakims]. Maybe we should fix the build to complain if the
version of Go is too old? There is really no reason to be using Go 1.4 any
more now. The stable version is 1.6 now, and it generates much faster
binaries, from what I've read. There's been a lot of GC improvements as well.
Unlike with Java, where end-users have to go through a painful JVM upgrade
process, with Go our end-users just run a binary. So we can use any version of
Go we want, and they don't have to install anything new. What do you guys
think?
> Fix build failure of htraced due to link flags on go 1.4
> --------------------------------------------------------
>
> Key: HTRACE-371
> URL: https://issues.apache.org/jira/browse/HTRACE-371
> Project: HTrace
> Issue Type: Bug
> Components: build, htraced
> Affects Versions: 4.2
> Reporter: Masatake Iwasaki
>
> Build of htraced fails on go 1.4 after HTRACE-361 which replaced link flags
> from "-X name value" to "-X name=value".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)