diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-10-15 12:01:14 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-10-15 12:01:14 +0000 |
commit | 6a8593cd09ddaed895d60c6cbbdad797ab4d58e9 (patch) | |
tree | c9494d0d72c7f10dc12fffc5d19232822a44c4a4 /lang/go | |
parent | 240ea4a793a2a20691aca13a32ecd6f93176ab23 (diff) | |
download | pkgsrc-6a8593cd09ddaed895d60c6cbbdad797ab4d58e9.tar.gz |
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.
Diffstat (limited to 'lang/go')
-rw-r--r-- | lang/go/version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |