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: Tue Feb 24 08:42:08 UTC 2026
Modified Files:
pkgsrc/lang/go: version.mk
Log Message:
go: flip default version to 1.26
No breakage (at least on NetBSD) as far as I can tell.
To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 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.244 pkgsrc/lang/go/version.mk:1.245
--- pkgsrc/lang/go/version.mk:1.244 Sun Feb 22 15:20:08 2026
+++ pkgsrc/lang/go/version.mk Tue Feb 24 08:42:08 2026
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.244 2026/02/22 15:20:08 bsiegert Exp $
+# $NetBSD: version.mk,v 1.245 2026/02/24 08:42:08 bsiegert Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -17,7 +17,7 @@ GO14_VERSION= 1.4.3
.include "../../mk/bsd.prefs.mk"
-GO_VERSION_DEFAULT?= 125
+GO_VERSION_DEFAULT?= 126
.if defined(GO_VERSION_REQD)
GOVERSSUFFIX= ${GO_VERSION_REQD}
Home |
Main Index |
Thread Index |
Old Index