summaryrefslogtreecommitdiff
path: root/lang/go
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-04-09 13:28:38 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-04-09 13:28:38 +0000
commit138139e6909c1fcc4fcbe454bd34640e158b5e72 (patch)
tree3fe1c1afc8aea39e91c3e4af03192c56878f9392 /lang/go
parent75c566114d0165fcb9bfa4c7d0ef69c67b7de8c1 (diff)
downloadpkgsrc-138139e6909c1fcc4fcbe454bd34640e158b5e72.tar.gz
Update go114 to 1.14.2.
go1.14.2 (released 2020/04/08) includes fixes to cgo, the go command, the runtime, os/exec, and testing packages. See the Go 1.14.2 milestone on our issue tracker for details. From what I know from work, 1.14.1 had a nasty runtime bug that is now fixed.
Diffstat (limited to 'lang/go')
-rw-r--r--lang/go/version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/go/version.mk b/lang/go/version.mk
index 57ca47d2e65..6274623bd47 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.86 2020/03/21 16:51:10 bsiegert Exp $
+# $NetBSD: version.mk,v 1.87 2020/04/09 13:28:38 bsiegert Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -6,7 +6,7 @@
#
.include "go-vars.mk"
-GO114_VERSION= 1.14.1
+GO114_VERSION= 1.14.2
GO113_VERSION= 1.13.9
GO110_VERSION= 1.10.8
GO19_VERSION= 1.9.7