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 Apr 19 11:56:22 UTC 2022
Modified Files:
pkgsrc/lang/go: version.mk
Log Message:
go: make 1.18 the default version
I did a bulk build and identified 5 packages that would break (apisprout, caddy,
go-staticcheck, gvproxy and restish) and fixed them.
Please email tech-pkg@ if you find other breakage!
To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 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.146 pkgsrc/lang/go/version.mk:1.147
--- pkgsrc/lang/go/version.mk:1.146 Wed Apr 13 07:46:56 2022
+++ pkgsrc/lang/go/version.mk Tue Apr 19 11:56:21 2022
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.146 2022/04/13 07:46:56 bsiegert Exp $
+# $NetBSD: version.mk,v 1.147 2022/04/19 11:56:21 bsiegert Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -24,7 +24,7 @@ GO_VERSION_DEFAULT?= 19
# darwin version 13.4 is osx 10.9.5
GO_VERSION_DEFAULT?= 110
.else
-GO_VERSION_DEFAULT?= 117
+GO_VERSION_DEFAULT?= 118
.endif
.if !empty(GO_VERSION_DEFAULT)
Home |
Main Index |
Thread Index |
Old Index