summaryrefslogtreecommitdiff
path: root/lang/go
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-08-21 19:50:22 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-08-21 19:50:22 +0000
commit263113f9c480b0fa3dc09ba87acdcf846848cadd (patch)
treee3fc8c525b06d3e530e79a2ab405818f125b293e /lang/go
parentf9ae7e1a26ee25bc8435b9df5e169b9c3f06f5b1 (diff)
downloadpkgsrc-263113f9c480b0fa3dc09ba87acdcf846848cadd.tar.gz
Add a package for Go 1.15.
The latest Go release, version 1.15, arrives six months after Go 1.14. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Go 1.15 includes substantial improvements to the linker, improves allocation for small objects at high core counts, and deprecates X.509 CommonName. GOPROXY now supports skipping proxies that return errors and a new embedded tzdata package has been added. There are no changes to the language.
Diffstat (limited to 'lang/go')
-rw-r--r--lang/go/version.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/go/version.mk b/lang/go/version.mk
index 8b97e6ab02e..feb4b18ccea 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.96 2020/08/14 18:45:56 bsiegert Exp $
+# $NetBSD: version.mk,v 1.97 2020/08/21 19:50:22 bsiegert Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -6,6 +6,7 @@
#
.include "go-vars.mk"
+GO115_VERSION= 1.15
GO114_VERSION= 1.14.7
GO113_VERSION= 1.13.15
GO110_VERSION= 1.10.8