summaryrefslogtreecommitdiff
path: root/lang/go/version.mk
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2016-02-23 20:12:25 +0000
committerbsiegert <bsiegert>2016-02-23 20:12:25 +0000
commite79e520d58fbd9a1111183a2b251c9c1cc890a7c (patch)
tree59f3eaf88ca54004386ddb5636d8b067a2aabb78 /lang/go/version.mk
parent7b70f28bd70fe52f0832f493cdc909839f26834b (diff)
downloadpkgsrc-e79e520d58fbd9a1111183a2b251c9c1cc890a7c.tar.gz
Update Go to 1.6.
The latest Go release, version 1.6, arrives six months after 1.5. Most of its changes are in the implementation of the language, runtime, and libraries. There are no changes to the language specification. 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. The release adds new ports to Linux on 64-bit MIPS and Android on 32-bit x86; defined and enforced rules for sharing Go pointers with C; transparent, automatic support for HTTP/2; and a new mechanism for template reuse. Full changelog at https://golang.org/doc/go1.6.
Diffstat (limited to 'lang/go/version.mk')
-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 6e041ad9e44..afd07b3c418 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,8 +1,8 @@
-# $NetBSD: version.mk,v 1.11 2016/01/16 09:43:44 fhajny Exp $
+# $NetBSD: version.mk,v 1.12 2016/02/23 20:12:25 bsiegert Exp $
.include "../../mk/bsd.prefs.mk"
-GO_VERSION= 1.5.3
+GO_VERSION= 1.6
GO14_VERSION= 1.4.3
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-evbarm