[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help updateing go to 1.13
From: |
Jack Hill |
Subject: |
Re: help updateing go to 1.13 |
Date: |
Sat, 8 Feb 2020 14:14:05 -0500 (EST) |
User-agent: |
Alpine 2.20 (DEB 67 2015-01-07) |
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 can just
set the $GO111MODULE environment variable to "off".
https://golang.org/cmd/go/#hdr-Module_support
Thanks, I'm reading that and guix/build/go-build-system.scm now.
Best,
Jack