From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: Re: help updateing go to 1.13 Date: Sat, 8 Feb 2020 14:14:05 -0500 (EST) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49329) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0VYN-0004NR-Sx for guix-devel@gnu.org; Sat, 08 Feb 2020 14:14:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0VYM-0004Mn-UV for guix-devel@gnu.org; Sat, 08 Feb 2020 14:14:07 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:49920) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j0VYM-0004Mb-Ra for guix-devel@gnu.org; Sat, 08 Feb 2020 14:14:06 -0500 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Alex Griffin Cc: guix-devel@gnu.org 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