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 Jun  1 10:40:02 UTC 2024

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

Log Message:
Flip default Go version to 1.22.

I did a bulk build with this applied a few weeks ago and fixed the two
broken packages.

ok gdt@


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 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.207 pkgsrc/lang/go/version.mk:1.208
--- pkgsrc/lang/go/version.mk:1.207     Tue May  7 18:18:05 2024
+++ pkgsrc/lang/go/version.mk   Sat Jun  1 10:40:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.207 2024/05/07 18:18:05 bsiegert Exp $
+# $NetBSD: version.mk,v 1.208 2024/06/01 10:40:02 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -15,7 +15,7 @@ GO14_VERSION= 1.4.3
 
 .include "../../mk/bsd.prefs.mk"
 
-GO_VERSION_DEFAULT?=   121
+GO_VERSION_DEFAULT?=   122
 
 .if defined(GO_VERSION_REQD)
 GOVERSSUFFIX=          ${GO_VERSION_REQD}



Home | Main Index | Thread Index | Old Index