aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <andybons@golang.org>2019-02-25 20:43:24 +0000
committerAndrew Bonventre <andybons@golang.org>2019-02-26 00:41:12 +0000
commit3a0cc7d6c1def2bddb0ecaf7cab9da17c2bd3fb2 (patch)
tree9add0fe95de7ca08650c713ed93541c993452fb3
parent13debd91c80733e726949727f1e3033092e66e59 (diff)
blog: add go1.12.article
Change-Id: Iee35d68b189b70878b8129062f1811744fdceb4a Reviewed-on: https://go-review.googlesource.com/c/163777 Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--content/go1.12.article20
1 files changed, 20 insertions, 0 deletions
diff --git a/content/go1.12.article b/content/go1.12.article
new file mode 100644
index 0000000..70e45ed
--- /dev/null
+++ b/content/go1.12.article
@@ -0,0 +1,20 @@
+Go 1.12 is released
+25 Feb 2019
+
+Andrew Bonventre
+andybons@golang.org
+
+* Introduction
+
+Today the Go team is happy to announce the release of Go 1.12.
+You can get it from the [[https://golang.org/dl/][download page]].
+
+For details about the changes in Go 1.12, see the [[https://golang.org/doc/go1.12][*Go*1.12*release*notes*]].
+
+Some of the highlights include [[https://golang.org/doc/go1.12#tls_1_3][opt-in support for TLS 1.3]], [[https://golang.org/doc/go1.12#modules][improved modules support]] (in preparation [[/modules2019][for being the default in Go 1.13]]), support for `windows/arm`, and [[https://golang.org/doc/go1.12#darwin][improved macOS & iOS forwards compatibility.]]
+
+As always, we also want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the betas and release candidates.
+Your contributions and diligence helped to ensure that Go 1.12 is as stable as possible.
+That said, if you do notice any problems, please [[https://golang.org/issues/new][file an issue]].
+
+Enjoy the new release!