summaryrefslogtreecommitdiff
path: root/lang/go
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-03-20 19:50:48 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-03-20 19:50:48 +0000
commit76ec5949db7e597f2606714a67d84babedba1265 (patch)
tree6337894662711dd2a6f2cfde8aba624fcf94d36b /lang/go
parent1e500053e4af34796c649d01dcf6f5deaa8b9781 (diff)
downloadpkgsrc-76ec5949db7e597f2606714a67d84babedba1265.tar.gz
Update go114 to 1.14.1.
This release include fixes to the go command, tools, the runtime, the toolchain, and to the crypto/cypher package. View the release notes for more information: https://golang.org/doc/devel/release.html#go1.14.minor
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 4b7699a6536..eae65887f81 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.83 2020/02/27 16:34:31 bsiegert Exp $
+# $NetBSD: version.mk,v 1.84 2020/03/20 19:50:48 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
+GO114_VERSION= 1.14.1
GO113_VERSION= 1.13.8
GO112_VERSION= 1.12.17
GO111_VERSION= 1.11.13