pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/go Make Go 1.19 the default Go version
details: https://anonhg.NetBSD.org/pkgsrc/rev/3435fa8e28a8
branches: trunk
changeset: 385777:3435fa8e28a8
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon Sep 26 15:46:00 2022 +0000
description:
Make Go 1.19 the default Go version
This switches ~all Go packages to be built with Go 1.19 instead of 1.18.
Discussed on tech-pkg@ "ok after the freeze"
diffstat:
lang/go/version.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b6a6c8943b1e -r 3435fa8e28a8 lang/go/version.mk
--- a/lang/go/version.mk Mon Sep 26 14:03:37 2022 +0000
+++ b/lang/go/version.mk Mon Sep 26 15:46:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.159 2022/09/12 12:16:05 jperkin Exp $
+# $NetBSD: version.mk,v 1.160 2022/09/26 15:46:00 bsiegert Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -25,7 +25,7 @@
# darwin version 13.4 is osx 10.9.5
GO_VERSION_DEFAULT?= 110
.else
-GO_VERSION_DEFAULT?= 118
+GO_VERSION_DEFAULT?= 119
.endif
.if !empty(GO_VERSION_DEFAULT)
Home |
Main Index |
Thread Index |
Old Index