pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/go go: make 1.18 the default version



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e6b089d3e29
branches:  trunk
changeset: 377330:9e6b089d3e29
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Apr 19 11:56:21 2022 +0000

description:
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!

diffstat:

 lang/go/version.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 76d870e7089c -r 9e6b089d3e29 lang/go/version.mk
--- a/lang/go/version.mk        Tue Apr 19 11:52:48 2022 +0000
+++ b/lang/go/version.mk        Tue Apr 19 11:56:21 2022 +0000
@@ -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 @@
 # 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