Re: [go-nuts] Re: [golang-dev] Go 1.9 Beta 1 is released

2017-06-14 Thread Michael Hudson-Doyle
Do you use -skip_tests though? Because I'd be surprised if you don't and don't hit that issue. But maybe I'm missing something. On 15 June 2017 at 13:35, Brad Fitzpatrick wrote: > We use golang.org/x/build/cmd/release > > > On Wed, Jun 14, 2017 at 6:32 PM, Michael Hudson-Doyle < > michael.hud...

Re: [go-nuts] Re: [golang-dev] Go 1.9 Beta 1 is released

2017-06-14 Thread Brad Fitzpatrick
We use golang.org/x/build/cmd/release On Wed, Jun 14, 2017 at 6:32 PM, Michael Hudson-Doyle < michael.hud...@canonical.com> wrote: > I'm curious how you built your binaries with https://github.com/ > golang/go/issues/20284 still open. Do you not run the tests on the built > binaries before packi