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 Oct 29 14:40:35 UTC 2023

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

Log Message:
Set Go 1.21 as the default Go version.

I did a verification bulk build with this change and updated all the
packages that were broken by this (kubo, ipget, caddy, etc.), so I hope
that this does not introduce any breakage.


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 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.192 pkgsrc/lang/go/version.mk:1.193
--- pkgsrc/lang/go/version.mk:1.192     Sun Oct 15 11:02:08 2023
+++ pkgsrc/lang/go/version.mk   Sun Oct 29 14:40:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.192 2023/10/15 11:02:08 bsiegert Exp $
+# $NetBSD: version.mk,v 1.193 2023/10/29 14:40:35 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -14,7 +14,7 @@ GO14_VERSION= 1.4.3
 
 .include "../../mk/bsd.prefs.mk"
 
-GO_VERSION_DEFAULT?=   120
+GO_VERSION_DEFAULT?=   121
 
 .if !empty(GO_VERSION_DEFAULT)
 GOVERSSUFFIX=          ${GO_VERSION_DEFAULT}



Home | Main Index | Thread Index | Old Index