pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/go
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Jan 10 12:56:35 UTC 2020
Modified Files:
pkgsrc/lang/go: version.mk
Log Message:
go: use go113 as the default for building packages.
I did a preliminary bulk build to find build failures resulting from this
change and fixed the fallout in www/grafana. Everything else seemed to be
ok.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/lang/go/version.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/go/version.mk
diff -u pkgsrc/lang/go/version.mk:1.77 pkgsrc/lang/go/version.mk:1.78
--- pkgsrc/lang/go/version.mk:1.77 Fri Jan 10 12:53:01 2020
+++ pkgsrc/lang/go/version.mk Fri Jan 10 12:56:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.77 2020/01/10 12:53:01 bsiegert Exp $
+# $NetBSD: version.mk,v 1.78 2020/01/10 12:56:35 bsiegert Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -25,7 +25,7 @@ GO_VERSION_DEFAULT?= 19
# darwin version 13.4 is osx 10.9.5
GO_VERSION_DEFAULT?= 110
.else
-GO_VERSION_DEFAULT?= 112
+GO_VERSION_DEFAULT?= 113
.endif
.if !empty(GO_VERSION_DEFAULT)
Home |
Main Index |
Thread Index |
Old Index