summaryrefslogtreecommitdiff
path: root/lang/go
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-06-17 09:37:25 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-06-17 09:37:25 +0000
commit35703bebe8af05a436e79a7ded575eec792e3d96 (patch)
tree048c9e310e6d67d53c9d628fafdcc271d9bc7a2b /lang/go
parent359ae90987526ffd9fc81c3a2c63d4e737004198 (diff)
downloadpkgsrc-35703bebe8af05a436e79a7ded575eec792e3d96.tar.gz
Update go114 to 1.14.4.
go1.14.3 (released 2020/05/14) includes fixes to cgo, the compiler, the runtime, and the go/doc and math/big packages. See the Go 1.14.3 milestone on our issue tracker for details. go1.14.4 (released 2020/06/01) includes fixes to the go doc command, the runtime, and the encoding/json and os packages. See the Go 1.14.4 milestone on our issue tracker for details.
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 d8db2527285..f6378eef1e5 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.91 2020/05/16 08:33:07 bsiegert Exp $
+# $NetBSD: version.mk,v 1.92 2020/06/17 09:37:25 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.2
+GO114_VERSION= 1.14.4
GO113_VERSION= 1.13.11
GO110_VERSION= 1.10.8
GO19_VERSION= 1.9.7