Release History

This page summarizes the changes between official stable releases of Go. The change log has the full details.

To update to a specific release, use:

git pull
git checkout release-branch

Release Policy

Each major Go release is supported until there are two newer major releases. For example, Go 1.5 was supported until the Go 1.7 release, and Go 1.6 was supported until the Go 1.8 release. We fix critical problems, including critical security problems, in supported releases as needed by issuing minor revisions (for example, Go 1.6.1, Go 1.6.2, and so on).

go1.11 (released 2018/08/24)

Go 1.11 is a major release of Go. Read the Go 1.11 Release Notes for more information.

go1.10 (released 2018/02/16)

Go 1.10 is a major release of Go. Read the Go 1.10 Release Notes for more information.

Minor revisions

go1.10.1 (released 2018/03/28) includes fixes to the compiler, runtime, and the archive/zipcrypto/tlscrypto/x509encoding/jsonnetnet/http, and net/http/pprof packages. See the Go 1.10.1 milestone on our issue tracker for details.

go1.10.2 (released 2018/05/01) includes fixes to the compiler, linker, and go command. See the Go 1.10.2 milestone on our issue tracker for details.

go1.10.3 (released 2018/06/05) includes fixes to the go command, and the crypto/tlscrypto/x509, and strings packages. In particular, it adds minimal support to the go command for the vgo transition. See the Go 1.10.3 milestone on our issue tracker for details.

go1.10.4 (released 2018/08/24) includes fixes to the go command, linker, and the net/httpmime/multipartld/machobytes, and strings packages. See the Go 1.10.4 milestone on our issue tracker for details.

go1.9 (released 2017/08/24)

Go 1.9 is a major release of Go. Read the Go 1.9 Release Notes for more information.

Minor revisions

go1.9.1 (released 2017/10/04) includes two security fixes. See the Go 1.9.1 milestone on our issue tracker for details.

go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509database/sqllog, and net/smtp packages. It includes a fix to a bug introduced in Go 1.9.1 that broke go get of non-Git repositories under certain conditions. See the Go 1.9.2 milestone on our issue tracker for details.

go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime, and the database/sqlmath/bignet/http, and net/url packages. See the Go 1.9.3 milestone on our issue tracker for details.

go1.9.4 (released 2018/02/07) includes a security fix to “go get”. See the Go 1.9.4 milestone on our issue tracker for details.

go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and net/http/pprof package. See the Go 1.9.5 milestone on our issue tracker for details.

go1.9.6 (released 2018/05/01) includes fixes to the compiler and go command. See the Go 1.9.6 milestone on our issue tracker for details.

go1.9.7 (released 2018/06/05) includes fixes to the go command, and the crypto/x509, and strings packages. In particular, it adds minimal support to the go command for the vgo transition. See the Go 1.9.7 milestone on our issue tracker for details.

go1.8 (released 2017/02/16)

Go 1.8 is a major release of Go. Read the Go 1.8 Release Notes for more information.

Minor revisions

go1.8.1 (released 2017/04/07) includes fixes to the compiler, linker, runtime, documentation, go command and the crypto/tlsencoding/xmlimage/pngnetnet/httpreflecttext/template, and time packages. See the Go 1.8.1 milestone on our issue tracker for details.

go1.8.2 (released 2017/05/23) includes a security fix to the crypto/elliptic package. See the Go 1.8.2 milestone on our issue tracker for details.

go1.8.3 (released 2017/05/24) includes fixes to the compiler, runtime, documentation, and the database/sqlpackage. See the Go 1.8.3 milestone on our issue tracker for details.

go1.8.4 (released 2017/10/04) includes two security fixes. It contains the same fixes as Go 1.9.1 and was released at the same time. See the Go 1.8.4 milestone on our issue tracker for details.

go1.8.5 (released 2017/10/25) includes fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509 and net/smtp packages. It includes a fix to a bug introduced in Go 1.8.4 that broke go get of non-Git repositories under certain conditions. See the Go 1.8.5 milestone on our issue tracker for details.

go1.8.6 (released 2018/01/22) includes the same fix in math/big as Go 1.9.3 and was released at the same time. See the Go 1.8.6 milestone on our issue tracker for details.

go1.8.7 (released 2018/02/07) includes a security fix to “go get”. It contains the same fix as Go 1.9.4 and was released at the same time. See the Go 1.8.7 milestone on our issue tracker for details.

go1.7 (released 2016/08/15)

Go 1.7 is a major release of Go. Read the Go 1.7 Release Notes for more information.

Minor revisions

go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime, documentation, and the compress/flatehash/crc32ionetnet/httppath/filepathreflect, and syscall packages. See the Go 1.7.1 milestoneon our issue tracker for details.

go1.7.2 should not be used. It was tagged but not fully released. The release was deferred due to a last minute bug report. Use go1.7.3 instead, and refer to the summary of changes below.

go1.7.3 (released 2016/10/19) includes fixes to the compiler, runtime, and the crypto/ciphercrypto/tls,net/http, and strings packages. See the Go 1.7.3 milestone on our issue tracker for details.

go1.7.4 (released 2016/12/01) includes two security fixes. See the Go 1.7.4 milestone on our issue tracker for details.

go1.7.5 (released 2017/01/26) includes fixes to the compiler, runtime, and the crypto/x509 and time packages. See the Go 1.7.5 milestone on our issue tracker for details.

go1.7.6 (released 2017/05/23) includes the same security fix as Go 1.8.2 and was released at the same time. See the Go 1.8.2 milestone on our issue tracker for details.

go1.6 (released 2016/02/17)

Go 1.6 is a major release of Go. Read the Go 1.6 Release Notes for more information.

Minor revisions

go1.6.1 (released 2016/04/12) includes two security fixes. See the Go 1.6.1 milestone on our issue tracker for details.

go1.6.2 (released 2016/04/20) includes fixes to the compiler, runtime, tools, documentation, and the mime/multipartnet/http, and sort packages. See the Go 1.6.2 milestone on our issue tracker for details.

go1.6.3 (released 2016/07/17) includes security fixes to the net/http/cgi package and net/http package when used in a CGI environment. See the Go 1.6.3 milestone on our issue tracker for details.

go1.6.4 (released 2016/12/01) includes two security fixes. It contains the same fixes as Go 1.7.4 and was released at the same time. See the Go 1.7.4 milestone on our issue tracker for details.

go1.5 (released 2015/08/19)

Go 1.5 is a major release of Go. Read the Go 1.5 Release Notes for more information.

Minor revisions

go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler, and the fmtnet/textprotonet/http, and runtime packages. See the Go 1.5.1 milestone on our issue tracker for details.

go1.5.2 (released 2015/12/02) includes bug fixes to the compiler, linker, and the mime/multipartnet, and runtime packages. See the Go 1.5.2 milestone on our issue tracker for details.

go1.5.3 (released 2016/01/13) includes a security fix to the math/big package affecting the crypto/tlspackage. See the release announcement for details.

go1.5.4 (released 2016/04/12) includes two security fixes. It contains the same fixes as Go 1.6.1 and was released at the same time. See the Go 1.6.1 milestone on our issue tracker for details.

go1.4 (released 2014/12/10)

Go 1.4 is a major release of Go. Read the Go 1.4 Release Notes for more information.

Minor revisions

go1.4.1 (released 2015/01/15) includes bug fixes to the linker and the logsyscall, and runtime packages. See the Go 1.4.1 milestone on our issue tracker for details.

go1.4.2 (released 2015/02/17) includes bug fixes to the go command, the compiler and linker, and the runtimesyscallreflect, and math/big packages. See the Go 1.4.2 milestone on our issue tracker for details.

go1.4.3 (released 2015/09/22) includes security fixes to the net/http package and bug fixes to the runtimepackage. See the Go 1.4.3 milestone on our issue tracker for details.

go1.3 (released 2014/06/18)

Go 1.3 is a major release of Go. Read the Go 1.3 Release Notes for more information.

Minor revisions

go1.3.1 (released 2014/08/13) includes bug fixes to the compiler and the runtimenet, and crypto/rsapackages. See the change history for details.

go1.3.2 (released 2014/09/25) includes bug fixes to cgo and the crypto/tls packages. See the change history for details.

go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port. See the change history for details.

go1.2 (released 2013/12/01)

Go 1.2 is a major release of Go. Read the Go 1.2 Release Notes for more information.

Minor revisions

go1.2.1 (released 2014/03/02) includes bug fixes to the runtimenet, and database/sql packages. See the change history for details.

go1.2.2 (released 2014/05/05) includes a security fix that affects the tour binary included in the binary distributions (thanks to Guillaume T).

go1.1 (released 2013/05/13)

Go 1.1 is a major release of Go. Read the Go 1.1 Release Notes for more information.

Minor revisions

go1.1.1 (released 2013/06/13) includes several compiler and runtime bug fixes. See the change history for details.

go1.1.2 (released 2013/08/13) includes fixes to the gc compiler and cgo, and the bufioruntimesyscall, and time packages. See the change history for details. If you use package syscall's Getrlimit and Setrlimitfunctions under Linux on the ARM or 386 architectures, please note change 11803043 that fixes issue 5949.

go1 (released 2012/03/28)

Go 1 is a major release of Go that will be stable in the long term. Read the Go 1 Release Notes for more information.

It is intended that programs written for Go 1 will continue to compile and run correctly, unchanged, under future versions of Go 1. Read the Go 1 compatibility document for more about the future of Go 1.

The go1 release corresponds to weekly.2012-03-27.

Minor revisions

go1.0.1 (released 2012/04/25) was issued to fix an escape analysis bug that can lead to memory corruption. It also includes several minor code and documentation fixes.

go1.0.2 (released 2012/06/13) was issued to fix two bugs in the implementation of maps using struct or array keys: issue 3695 and issue 3573. It also includes many minor code and documentation fixes.

go1.0.3 (released 2012/09/21) includes minor code and documentation fixes.

See the go1 release branch history for the complete list of changes.

Older releases

See the Pre-Go 1 Release History page for notes on earlier releases.

12 Release History for go go语言的版本历史的更多相关文章

  1. go语言最新版本 下载地址

    国内官方网站无法打开.放在了百度云中,定期会更新: 链接:http://pan.baidu.com/s/1dD59duh 密码:46ek 备用地址:http://pan.baidu.com/s/1hq ...

  2. ubuntu 12.04 "系统的网络服务与此版本的网络管理器不兼容

    ubuntu 12.04 "系统的网络服务与此版本的网络管理器不兼容“ 2013-05-10 21:18 2271人阅读 评论(0) 收藏 举报 今天上午在实验室一顿乱整,不知道整坏了什么, ...

  3. 如何在Visual studio中修改所使用C#语言的版本

    有时候,我们需要在Visual studio里修改当前使用的C#语言的版本,具体修改方法如下:在solution explorer中右键工程->选择属性->切换到Build页->点击 ...

  4. R语言中文社区历史文章整理(类型篇)

    R语言中文社区历史文章整理(类型篇)   R包: R语言交互式绘制杭州市地图:leafletCN包简介 clickpaste包介绍 igraph包快速上手 jiebaR,从入门到喜欢 Catterpl ...

  5. LoadRunner 12.02 安装教程及中文语言包安装

    注意事项: 安装前,把所有的杀毒软件和防火墙关闭. 若以前安装过LoadRunner,则将其卸载. 安装路径不要带中文字符. LoadRunner 12已经不再支持xp系统,仅支持win7和win8系 ...

  6. ABBYY FineReader 12 能够识别哪些文档语言

    ABBYY FineReader可以识别单语言文本和多语言文本(如使用两种及以上语言).对于多语言文本,需要选择多种识别语言. 要为文本指定一种 OCR 语言,请从主工具栏或任务窗口的文档语言下拉列表 ...

  7. 2016 - 3 - 12 SQLite的学习之SQL语言入门

    1.SQL语句的特点: 1.1 不区分大小写 1.2 每条语句以;结尾 2.SQL语句中常用关键字: select,insert,update,from,create,where,desc,order ...

  8. 2017.12.23 第二章 统一建模语言UML概述

    第二章 统一建模语言UML概述 (1)为什么要建模 模型是某个事物的抽象,其目的是在构建这个事物之前先来理解它,因为模型忽略了那些非本质的细节,这样有利于更好的理解和表示事物: 在软件系统开发之前首先 ...

  9. Java语言编程 - Java历史简介

    1.1 Sun公司 介绍Java的历史之前,先介绍一下Java语言的缔造公司,Sun公司,Sun公司的全称是:Stanford University Network.值得一提的是,Sun公司从1982 ...

随机推荐

  1. HNOI2018毒瘤

    题面链接 luogu sol 这篇博是骗访问量的QwQ. 考虑树怎么做,简单容斥.诸如\(f[u][0]=\prod (f[v][0]+f[v][1]),f[u][1]=\prod f[v][0]\) ...

  2. 【转】vi编辑只读文档无法保存的解决办法

    vi编辑只读文档无法保存的解决办法 使用普通用户编辑nginx.conf 等配置文件: 保存的时 候会提示:没有Root Permission 可以用如下方法解决:保存时加上::w !sudo tee ...

  3. 安装Xtrabackup,设置定时备份msyql数据库

    Xtrabackup是由percona提供的mysql数据库备份工具,据官方介绍,这也是世界上惟一一款开源的能够对innodb和xtradb数据库进行热备的工具. XtraDB 存储引擎是由Perco ...

  4. BZOJ 3505 [Cqoi2014]数三角形

    3505: [Cqoi2014]数三角形 Description 给定一个nxm的网格,请计算三点都在格点上的三角形共有多少个.下图为4x4的网格上的一个三角形.注意三角形的三点不能共线. Input ...

  5. PyQt5整体介绍

    1 PyQt5整体介绍 PyQt5是基于图形程序框架Qt5的Python语言实现,由一组Python模块构成. PyQt5的官方网站是:www.riverbankcomputing.co.uk. Py ...

  6. Hystrix之Dashboard的常见问题

    Hystrix Dashboard (断路器:Hystrix 仪表盘)只监控一个实例,而Turbine监控多个实例,要使用Turbine必须使用Hystrix,因为Turbine是为了监控断路器的状态 ...

  7. 开源分布式工作流任务调度系统Easy Scheduler Release 1.0.2发布

    Easy Scheduler Release 1.0.2===Easy Scheduler 1.0.2是1.x系列中的第三个版本.此版本增加了调度开放接口.worker分组(指定任务运行的机器组).任 ...

  8. 51NOD 1445 变色DNA

    1445 变色DNA 有一只特别的狼,它在每个夜晚会进行变色,研究发现它可以变成N种颜色之一,将这些颜色标号为0,1,2...N-1.研究发现这只狼的基因中存在一个变色矩阵,记为colormap,如果 ...

  9. vue短信验证性能优化写入localstorage中

    平时我们在项目中进行注册等的时候,会经常用到短信验证的功能,但是现在现在很多短信验证都是存在下面几个问题,例如短信验证时间为60s的时候, 1. 当点击完按钮时,倒计时还没到60s过完时,刷新浏览器, ...

  10. SQL语句(十八_补充)——存储过程

    一. 变量 1. 形式: @x (局部), @@x(全局) 2. 定义: declare @x 3. 赋值:Set @x = ? 4. 作用: 通用化 存储在服务器 5. 存储过程(预编译过的T-SQ ...