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:           Sun Aug 31 09:47:43 UTC 2025

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

Log Message:
go: use 1.25 as the default version


To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 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.235 pkgsrc/lang/go/version.mk:1.236
--- pkgsrc/lang/go/version.mk:1.235     Sat Aug 16 15:52:03 2025
+++ pkgsrc/lang/go/version.mk   Sun Aug 31 09:47:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.235 2025/08/16 15:52:03 bsiegert Exp $
+# $NetBSD: version.mk,v 1.236 2025/08/31 09:47:42 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -16,7 +16,7 @@ GO14_VERSION= 1.4.3
 
 .include "../../mk/bsd.prefs.mk"
 
-GO_VERSION_DEFAULT?=   124
+GO_VERSION_DEFAULT?=   125
 
 .if defined(GO_VERSION_REQD)
 GOVERSSUFFIX=          ${GO_VERSION_REQD}



Home | Main Index | Thread Index | Old Index