Re: help updateing go to 1.13

2020-02-11 Thread Jack Hill
Thanks for the advice. I've submitted a minimal patch to update go to 1.13: https://issues.guix.gnu.org/issue/39570 Best, Jack

Re: help updateing go to 1.13

2020-02-08 Thread Jack Hill
On Sat, 8 Feb 2020, Alex Griffin wrote: I believe the go-build-system will need to be updated to support Go modules. For some reason they thought it would be a good idea for `go build` to access the network for consistency with `go get`. Until we figure out what to do about this, I think we

Re: help updateing go to 1.13

2020-02-08 Thread Alex Griffin
I believe the go-build-system will need to be updated to support Go modules. For some reason they thought it would be a good idea for `go build` to access the network for consistency with `go get`. Until we figure out what to do about this, I think we can just set the $GO111MODULE environment va

help updateing go to 1.13

2020-02-07 Thread Jack Hill
Hi Guix, I thought I would try my hand at updating our go package to 1.13. Looking at the release notes [0] it didn't look to bad. What I have so far can be found in the attached patch. With the patch, go builds. To spot check that everything still looked okay, I also tried to build syncthin