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:           Mon Aug 31 19:17:27 UTC 2026

Modified Files:
        pkgsrc/lang/go: version.mk

Log Message:
go: build with 1.27 by default


To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 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.254 pkgsrc/lang/go/version.mk:1.255
--- pkgsrc/lang/go/version.mk:1.254     Sat Aug 22 18:49:07 2026
+++ pkgsrc/lang/go/version.mk   Mon Aug 31 19:17:27 2026
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.254 2026/08/22 18:49:07 bsiegert Exp $
+# $NetBSD: version.mk,v 1.255 2026/08/31 19:17:27 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -18,7 +18,7 @@ GO14_VERSION= 1.4.3
 
 .include "../../mk/bsd.prefs.mk"
 
-GO_VERSION_DEFAULT?=   126
+GO_VERSION_DEFAULT?=   127
 
 .if defined(GO_VERSION_REQD)
 GOVERSSUFFIX=          ${GO_VERSION_REQD}



Home | Main Index | Thread Index | Old Index