From 6a8593cd09ddaed895d60c6cbbdad797ab4d58e9 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Thu, 15 Oct 2020 12:01:14 +0000 Subject: Update go114 to 1.14.10. go1.14.9 (released 2020/09/09) includes fixes to the compiler, linker, runtime, documentation, and the net/http and testing packages. See the Go 1.14.9 milestone on our issue tracker for details. go1.14.10 (released 2020/10/14) includes fixes to the compiler, runtime, and the plugin and testing packages. See the Go 1.14.10 milestone on our issue tracker for details. --- lang/go/version.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/go') diff --git a/lang/go/version.mk b/lang/go/version.mk index cd9abe43931..6373a7c5add 100644 --- a/lang/go/version.mk +++ b/lang/go/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.99 2020/09/03 07:03:26 bsiegert Exp $ +# $NetBSD: version.mk,v 1.100 2020/10/15 12:01:14 bsiegert Exp $ # # If bsd.prefs.mk is included before go-package.mk in a package, then this @@ -7,7 +7,7 @@ .include "go-vars.mk" GO115_VERSION= 1.15.1 -GO114_VERSION= 1.14.8 +GO114_VERSION= 1.14.10 GO113_VERSION= 1.13.15 GO110_VERSION= 1.10.8 GO19_VERSION= 1.9.7 -- cgit v1.2.3