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: Sat Sep 4 15:46:42 UTC 2021
Modified Files:
pkgsrc/lang/go: version.mk
Log Message:
Make go 1.17 the default.
I ran a bulk build and found three packages that broke. Two are fixed.
I don't know how to fix net/amazon-ecs-cli, but it did not build for me on
Go 1.16 either, so it is not a direct regression.
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 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.126 pkgsrc/lang/go/version.mk:1.127
--- pkgsrc/lang/go/version.mk:1.126 Sun Aug 22 14:18:51 2021
+++ pkgsrc/lang/go/version.mk Sat Sep 4 15:46:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.126 2021/08/22 14:18:51 bsiegert Exp $
+# $NetBSD: version.mk,v 1.127 2021/09/04 15:46:42 bsiegert Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -23,7 +23,7 @@ GO_VERSION_DEFAULT?= 19
# darwin version 13.4 is osx 10.9.5
GO_VERSION_DEFAULT?= 110
.else
-GO_VERSION_DEFAULT?= 116
+GO_VERSION_DEFAULT?= 117
.endif
.if !empty(GO_VERSION_DEFAULT)
Home |
Main Index |
Thread Index |
Old Index