Subject: CVS commit: pkgsrc/lang/go
From: Benny Siegert
Date: 2024-02-11 20:28:18
Message id: 20240211192818.9C8AEF9A5@cvs.NetBSD.org

Log Message:
go-module, go-package: set GOTOOLCHAIN=local

From version 1.21 on, Go has built-in support for additional toolchains.
If the installed Go version is too old, it can download and use a newer
version on the fly during the build.

See https://tip.golang.org/doc/toolchain for details.

Needless to say, we don't want this to happen during a pkgsrc build.
This setting disables the behavior and always uses the bundled toolchain.

Files:
RevisionActionfile
1.11modifypkgsrc/lang/go/go-module.mk
1.28modifypkgsrc/lang/go/go-package.mk