发布历史

本页总结了 Go 语言官方稳定版本之间的变更。 完整的详细信息请参阅变更日志

要更新到特定版本,请使用:

git fetch --tags
git checkout goX.Y.Z

发布策略

每个 Go 主要版本都会获得支持,直到有两个更新的主要版本发布。 例如,Go 1.5 的支持延续到 Go 1.7 发布,Go 1.6 的支持延续到 Go 1.8 发布。 我们会根据需要,通过发布次要修订版(例如,Go 1.6.1、Go 1.6.2 等)来修复受支持版本中的严重问题,包括严重的安全问题

go1.26.0 (2026-02-10 发布)

Go 1.26.0 是 Go 的一个主要版本。 更多信息请阅读 Go 1.26 发布说明

次要修订

go1.26.1 (发布于 2026-03-05) 包含 个安全 修复,涉及 the crypto/x509, html/template, net/url, and os packages, 以及 个 错误 修复,涉及 the go command, the go fix command, the compiler, and the os and reflect packages。 详情请查看我们问题跟踪器上的 Go 1.26.1 里程碑

go1.26.2 (发布于 2026-04-07) 包含 个安全 修复,涉及 the go command, the compiler, and the archive/tar, crypto/tls, crypto/x509, html/template, and os packages, 以及 个 错误 修复,涉及 the go command, the go fix command, the compiler, the linker, the runtime, and the net, net/http, and net/url packages。 详情请查看我们问题跟踪器上的 Go 1.26.2 里程碑

go1.26.3 (发布于 2026-05-07) 包含 个安全 修复,涉及 the go command, the pack tool, and the html/template, net, net/http, net/http/httputil, net/mail, and syscall packages, 以及 个 错误 修复,涉及 the go command, the go fix command, the compiler, the linker, the runtime, and the crypto/fips140, crypto/tls, go/types, and os packages。 详情请查看我们问题跟踪器上的 Go 1.26.3 里程碑

go1.26.4 (发布于 2026-06-02) 包含 个安全 修复,涉及 the crypto/x509, mime, and net/textproto packages, 以及 个 错误 修复,涉及 the compiler, the runtime, the go fix command, and the crypto/fips140 package。 详情请查看我们问题跟踪器上的 Go 1.26.4 里程碑

go1.26.5 (发布于 2026-07-07) 包含 个安全 修复,涉及 the crypto/tls and os packages, 以及 个 错误 修复,涉及 the compiler, the runtime, the go command, and the net, os, and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.26.5 里程碑

go1.25.0 (2025-08-12 发布)

Go 1.25.0 是 Go 的一个主要版本。 更多信息请阅读 Go 1.25 发布说明

次要修订

go1.25.1 (发布于 2025-09-03) 包含 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the go command, and the net, os, os/exec, and testing/synctest packages。 详情请查看我们问题跟踪器上的 Go 1.25.1 里程碑

go1.25.2 (发布于 2025-10-07) 包含 个安全 修复,涉及 the archive/tar, crypto/tls, crypto/x509, encoding/asn1, encoding/pem, net/http, net/mail, net/textproto, and net/url packages, 以及 个 错误 修复,涉及 the compiler, the runtime, and the context, debug/pe, net/http, os, and sync/atomic packages。 详情请查看我们问题跟踪器上的 Go 1.25.2 里程碑

go1.25.3 (发布于 2025-10-13) 包含 个 修复,涉及 the crypto/x509 package。 详情请查看我们问题跟踪器上的 Go 1.25.3 里程碑

go1.25.4 (发布于 2025-11-05) 包含 个 修复,涉及 the compiler, the runtime, and the crypto/subtle, encoding/pem, net/url, and os packages。 详情请查看我们问题跟踪器上的 Go 1.25.4 里程碑

go1.25.5 (发布于 2025-12-02) 包含 two 个安全 修复,涉及 the crypto/x509 package, 以及 个 错误 修复,涉及 the mime and os packages。 详情请查看我们问题跟踪器上的 Go 1.25.5 里程碑

go1.25.6 (发布于 2026-01-15) 包含 个安全 修复,涉及 the go command, and the archive/zip, crypto/tls, and net/url packages, 以及 个 错误 修复,涉及 the compiler, the runtime, and the crypto/tls, errors, and os packages。 详情请查看我们问题跟踪器上的 Go 1.25.6 里程碑

go1.25.7 (发布于 2026-02-04) 包含 个安全 修复,涉及 the go command and the crypto/tls package, 以及 个 错误 修复,涉及 the compiler and the crypto/x509 package。 详情请查看我们问题跟踪器上的 Go 1.25.7 里程碑

go1.25.8 (发布于 2026-03-05) 包含 个安全 修复,涉及 the html/template, net/url, and os packages, 以及 个 错误 修复,涉及 the go command, the compiler, and the os package。 详情请查看我们问题跟踪器上的 Go 1.25.8 里程碑

go1.25.9 (发布于 2026-04-07) 包含 个安全 修复,涉及 the go command, the compiler, and the archive/tar, crypto/tls, crypto/x509, html/template, and os packages, 以及 个 错误 修复,涉及 the go command, the compiler, and the runtime。 详情请查看我们问题跟踪器上的 Go 1.25.9 里程碑

go1.25.10 (发布于 2026-05-07) 包含 个安全 修复,涉及 the go command, the pack tool, and the html/template, net, net/http, net/http/httputil, net/mail, and syscall packages, 以及 个 错误 修复,涉及 the go command, the compiler, the linker, the runtime, and the crypto/fips140, go/types, and os packages。 详情请查看我们问题跟踪器上的 Go 1.25.10 里程碑

go1.25.11 (发布于 2026-06-02) 包含 个安全 修复,涉及 the crypto/x509, mime, and net/textproto packages, 以及 个 错误 修复,涉及 the compiler and the runtime。 详情请查看我们问题跟踪器上的 Go 1.25.11 里程碑

go1.25.12 (发布于 2026-07-07) 包含 个安全 修复,涉及 the crypto/tls and os packages, 以及 个 错误 修复,涉及 the compiler, the go command, and the net and os packages。 详情请查看我们问题跟踪器上的 Go 1.25.12 里程碑

go1.24.0 (2025-02-11 发布)

Go 1.24.0 是 Go 的一个主要版本。 更多信息请阅读 Go 1.24 发布说明

次要修订

go1.24.1 (发布于 2025-03-04) 包含 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 cgo, the compiler, the go command, and the reflect, runtime, and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.24.1 里程碑

go1.24.2 (发布于 2025-04-01) 包含 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the compiler, the runtime, the go command, and the crypto/tls, go/types, net/http, and testing packages。 详情请查看我们问题跟踪器上的 Go 1.24.2 里程碑

go1.24.3 (发布于 2025-05-06) 包含 个安全 修复,涉及 the os package, 以及 个 错误 修复,涉及 the runtime, the compiler, the linker, the go command, and the crypto/tls and os packages。 详情请查看我们问题跟踪器上的 Go 1.24.3 里程碑

go1.24.4 (发布于 2025-06-05) 包含 个安全 修复,涉及 the crypto/x509, net/http, and os packages, 以及 个 错误 修复,涉及 the linker, the go command, and the hash/maphash and os packages。 详情请查看我们问题跟踪器上的 Go 1.24.4 里程碑

go1.24.5 (发布于 2025-07-08) 包含 个安全 修复,涉及 the go command, 以及 个 错误 修复,涉及 the compiler, the linker, the runtime, and the go command。 详情请查看我们问题跟踪器上的 Go 1.24.5 里程碑

go1.24.6 (发布于 2025-08-06) 包含 个安全 修复,涉及 the database/sql and os/exec packages, 以及 个 错误 修复,涉及 the runtime。 详情请查看我们问题跟踪器上的 Go 1.24.6 里程碑

go1.24.7 (发布于 2025-09-03) 包含 个 修复,涉及 the go command, and the net and os/exec packages。 详情请查看我们问题跟踪器上的 Go 1.24.7 里程碑

go1.24.8 (发布于 2025-10-07) 包含 个安全 修复,涉及 the archive/tar, crypto/tls, crypto/x509, encoding/asn1, encoding/pem, net/http, net/mail, net/textproto, and net/url packages, 以及 个 错误 修复,涉及 the compiler, the linker, and the debug/pe, net/http, os, and sync/atomic packages。 详情请查看我们问题跟踪器上的 Go 1.24.8 里程碑

go1.24.9 (发布于 2025-10-13) 包含 个 修复,涉及 the crypto/x509 package。 详情请查看我们问题跟踪器上的 Go 1.24.9 里程碑

go1.24.10 (发布于 2025-11-05) 包含 个 修复,涉及 the encoding/pem and net/url packages。 详情请查看我们问题跟踪器上的 Go 1.24.10 里程碑

go1.24.11 (发布于 2025-12-02) 包含 two 个安全 修复,涉及 the crypto/x509 package, 以及 个 错误 修复,涉及 the runtime。 详情请查看我们问题跟踪器上的 Go 1.24.11 里程碑

go1.24.12 (发布于 2026-01-15) 包含 个安全 修复,涉及 the go command, and the archive/zip, crypto/tls, and net/url packages, 以及 个 错误 修复,涉及 the compiler, the runtime, and the crypto/tls and os packages。 详情请查看我们问题跟踪器上的 Go 1.24.12 里程碑

go1.24.13 (发布于 2026-02-04) 包含 个安全 修复,涉及 the go command and the crypto/tls package, 以及 个 错误 修复,涉及 the crypto/x509 package。 详情请查看我们问题跟踪器上的 Go 1.24.13 里程碑

go1.23.0 (2024-08-13 发布)

Go 1.23.0 是 Go 的一个主要版本。 更多信息请阅读 Go 1.23 发布说明

次要修订

go1.23.1 (发布于 2024-09-05) 包含 个安全 修复,涉及 the encoding/gob, go/build/constraint, and go/parser packages, 以及 个 错误 修复,涉及 the compiler, the go command, the runtime, and the database/sql, go/types, os, runtime/trace, and unique packages。 详情请查看我们问题跟踪器上的 Go 1.23.1 里程碑

go1.23.2 (发布于 2024-10-01) 包含 个 修复,涉及 the compiler, cgo, the runtime, and the maps, os, os/exec, time, and unique packages。 详情请查看我们问题跟踪器上的 Go 1.23.2 里程碑

go1.23.3 (发布于 2024-11-06) 包含 个 修复,涉及 the linker, the runtime, and the net/http, os, and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.23.3 里程碑

go1.23.4 (发布于 2024-12-03) 包含 个 修复,涉及 the compiler, the runtime, the trace command, and the syscall package。 详情请查看我们问题跟踪器上的 Go 1.23.4 里程碑

go1.23.5 (发布于 2025-01-16) 包含 个安全 修复,涉及 the crypto/x509 and net/http packages, 以及 个 错误 修复,涉及 the compiler, the runtime, and the net package。 详情请查看我们问题跟踪器上的 Go 1.23.5 里程碑

go1.23.6 (发布于 2025-02-04) 包含 个安全 修复,涉及 the crypto/elliptic package, 以及 个 错误 修复,涉及 the compiler and the go command。 详情请查看我们问题跟踪器上的 Go 1.23.6 里程碑

go1.23.7 (发布于 2025-03-04) 包含 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 cgo, the compiler, and the reflect, runtime, and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.23.7 里程碑

go1.23.8 (发布于 2025-04-01) 包含 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the runtime and the go command。 详情请查看我们问题跟踪器上的 Go 1.23.8 里程碑

go1.23.9 (发布于 2025-05-06) 包含 个 修复,涉及 the runtime and the linker。 详情请查看我们问题跟踪器上的 Go 1.23.9 里程碑

go1.23.10 (发布于 2025-06-05) 包含 个安全 修复,涉及 the net/http and os packages, 以及 个 错误 修复,涉及 the linker。 详情请查看我们问题跟踪器上的 Go 1.23.10 里程碑

go1.23.11 (发布于 2025-07-08) 包含 个安全 修复,涉及 the go command, 以及 个 错误 修复,涉及 the compiler, the linker, and the runtime。 详情请查看我们问题跟踪器上的 Go 1.23.11 里程碑

go1.23.12 (发布于 2025-08-06) 包含 个安全 修复,涉及 the database/sql and os/exec packages, 以及 个 错误 修复,涉及 the runtime。 详情请查看我们问题跟踪器上的 Go 1.23.12 里程碑

go1.22.0 (2024-02-06 发布)

Go 1.22.0 是 Go 的一个主要版本。 更多信息请阅读 Go 1.22 发布说明

次要修订

go1.22.1 (发布于 2024-03-05) 包含 个安全 修复,涉及 the crypto/x509, html/template, net/http, net/http/cookiejar, and net/mail packages, 以及 个 错误 修复,涉及 the compiler, the go command, the runtime, the trace command, and the go/types and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.22.1 里程碑

go1.22.2 (发布于 2024-04-03) 包含 a 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the compiler, the go command, the linker, and the encoding/gob, go/types, net/http, and runtime/trace packages。 详情请查看我们问题跟踪器上的 Go 1.22.2 里程碑

go1.22.3 (发布于 2024-05-07) 包含 个安全 修复,涉及 the go command and the net package, 以及 个 错误 修复,涉及 the compiler, the runtime, and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.22.3 里程碑

go1.22.4 (发布于 2024-06-04) 包含 个安全 修复,涉及 the archive/zip and net/netip packages, 以及 个 错误 修复,涉及 the compiler, the go command, the linker, the runtime, and the os package。 详情请查看我们问题跟踪器上的 Go 1.22.4 里程碑

go1.22.5 (发布于 2024-07-02) 包含 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the compiler, cgo, the go command, the linker, the runtime, and the crypto/tls, go/types, net, net/http, and os/exec packages。 详情请查看我们问题跟踪器上的 Go 1.22.5 里程碑

go1.22.6 (发布于 2024-08-06) 包含 个 修复,涉及 the go command, the compiler, the linker, the trace command, the covdata command, and the bytes, go/types, and os/exec packages。 详情请查看我们问题跟踪器上的 Go 1.22.6 里程碑

go1.22.7 (发布于 2024-09-05) 包含 个安全 修复,涉及 the encoding/gob, go/build/constraint, and go/parser packages, 以及 个 错误 修复,涉及 the fix command and the runtime。 详情请查看我们问题跟踪器上的 Go 1.22.7 里程碑

go1.22.8 (发布于 2024-10-01) 包含 个 修复,涉及 cgo, and the maps and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.22.8 里程碑

go1.22.9 (发布于 2024-11-06) 包含 个 修复,涉及 the linker。 详情请查看我们问题跟踪器上的 Go 1.22.9 里程碑

go1.22.10 (发布于 2024-12-03) 包含 个 修复,涉及 the runtime and the syscall package。 详情请查看我们问题跟踪器上的 Go 1.22.10 里程碑

go1.22.11 (发布于 2025-01-16) 包含 个安全 修复,涉及 the crypto/x509 and net/http packages, 以及 个 错误 修复,涉及 the runtime。 详情请查看我们问题跟踪器上的 Go 1.22.11 里程碑

go1.22.12 (发布于 2025-02-04) 包含 个安全 修复,涉及 the crypto/elliptic package, 以及 个 错误 修复,涉及 the compiler and the go command。 详情请查看我们问题跟踪器上的 Go 1.22.12 里程碑

go1.21.0 (2023-08-08 发布)

Go 1.21.0 是 Go 的一个主要版本。 更多信息请阅读 Go 1.21 发布说明

次要修订

go1.21.1 (发布于 2023-09-06) 包含 four 个安全 修复,涉及 the cmd/go, crypto/tls, and html/template packages, 以及 个 错误 修复,涉及 the compiler, the go command, the linker, the runtime, and the context, crypto/tls, encoding/gob, encoding/xml, go/types, net/http, os, and path/filepath packages。 详情请查看我们问题跟踪器上的 Go 1.21.1 里程碑

go1.21.2 (发布于 2023-10-05) 包含 one 个安全 修复,涉及 the cmd/go package, 以及 个 错误 修复,涉及 the compiler, the go command, the linker, the runtime, and the runtime/metrics package。 详情请查看我们问题跟踪器上的 Go 1.21.2 里程碑

go1.21.3 (发布于 2023-10-10) 包含 a 个安全 修复,涉及 the net/http package。 详情请查看我们问题跟踪器上的 Go 1.21.3 里程碑

go1.21.4 (发布于 2023-11-07) 包含 个安全 修复,涉及 the path/filepath package, 以及 个 错误 修复,涉及 the linker, the runtime, the compiler, and the go/types, net/http, and runtime/cgo packages。 详情请查看我们问题跟踪器上的 Go 1.21.4 里程碑

go1.21.5 (发布于 2023-12-05) 包含 个安全 修复,涉及 the go command, and the net/http and path/filepath packages, 以及 个 错误 修复,涉及 the compiler, the go command, the runtime, and the crypto/rand, net, os, and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.21.5 里程碑

go1.21.6 (发布于 2024-01-09) 包含 个 修复,涉及 the compiler, the runtime, and the crypto/tls, maps, and runtime/pprof packages。 详情请查看我们问题跟踪器上的 Go 1.21.6 里程碑

go1.21.7 (发布于 2024-02-06) 包含 个 修复,涉及 the compiler, the go command, the runtime, and the crypto/x509 package。 详情请查看我们问题跟踪器上的 Go 1.21.7 里程碑

go1.21.8 (发布于 2024-03-05) 包含 个安全 修复,涉及 the crypto/x509, html/template, net/http, net/http/cookiejar, and net/mail packages, 以及 个 错误 修复,涉及 the go command and the runtime。 详情请查看我们问题跟踪器上的 Go 1.21.8 里程碑

go1.21.9 (发布于 2024-04-03) 包含 a 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the linker, and the go/types and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.21.9 里程碑

go1.21.10 (发布于 2024-05-07) 包含 个安全 修复,涉及 the go command, 以及 个 错误 修复,涉及 the net/http package。 详情请查看我们问题跟踪器上的 Go 1.21.10 里程碑

go1.21.11 (发布于 2024-06-04) 包含 个安全 修复,涉及 the archive/zip and net/netip packages, 以及 个 错误 修复,涉及 the compiler, the go command, the runtime, and the os package。 详情请查看我们问题跟踪器上的 Go 1.21.11 里程碑

go1.21.12 (发布于 2024-07-02) 包含 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the compiler, the go command, the runtime, and the crypto/x509, net/http, net/netip, and os packages。 详情请查看我们问题跟踪器上的 Go 1.21.12 里程碑

go1.21.13 (发布于 2024-08-06) 包含 个 修复,涉及 the go command, the covdata command, and the bytes package。 详情请查看我们问题跟踪器上的 Go 1.21.13 里程碑

go1.20 (2023-02-01 发布)

Go 1.20 是 Go 的一个主要版本。 更多信息请阅读 Go 1.20 发布说明

次要修订

go1.20.1 (发布于 2023-02-14) 包含 个安全 修复,涉及 the crypto/tls, mime/multipart, net/http, and path/filepath packages, 以及 个 错误 修复,涉及 the compiler, the go command, the linker, the runtime, and the time package。 详情请查看我们问题跟踪器上的 Go 1.20.1 里程碑

go1.20.2 (发布于 2023-03-07) 包含 a 个安全 修复,涉及 the crypto/elliptic package, 以及 个 错误 修复,涉及 the compiler, the covdata command, the linker, the runtime, and the crypto/ecdh, crypto/rsa, crypto/x509, os, and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.20.2 里程碑

go1.20.3 (发布于 2023-04-04) 包含 个安全 修复,涉及 the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, 以及 个 错误 修复,涉及 the compiler, the linker, the runtime, and the time package。 详情请查看我们问题跟踪器上的 Go 1.20.3 里程碑

go1.20.4 (发布于 2023-05-02) 包含 three 个安全 修复,涉及 the html/template package, 以及 个 错误 修复,涉及 the compiler, the runtime, and the crypto/subtle, crypto/tls, net/http, and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.20.4 里程碑

go1.20.5 (发布于 2023-06-06) 包含 four 个安全 修复,涉及 the cmd/go and runtime packages, 以及 个 错误 修复,涉及 the compiler, the go command, the runtime, and the crypto/rsa, net, and os packages。 详情请查看我们问题跟踪器上的 Go 1.20.5 里程碑

go1.20.6 (发布于 2023-07-11) 包含 a 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the compiler, cgo, the cover tool, the go command, the runtime, and the crypto/ecdsa, go/build, go/printer, net/mail, and text/template packages。 详情请查看我们问题跟踪器上的 Go 1.20.6 里程碑

go1.20.7 (发布于 2023-08-01) 包含 a 个安全 修复,涉及 the crypto/tls package, 以及 个 错误 修复,涉及 the assembler and the compiler。 详情请查看我们问题跟踪器上的 Go 1.20.7 里程碑

go1.20.8 (发布于 2023-09-06) 包含 two 个安全 修复,涉及 the html/template package, 以及 个 错误 修复,涉及 the compiler, the go command, the runtime, and the crypto/tls, go/types, net/http, and path/filepath packages。 详情请查看我们问题跟踪器上的 Go 1.20.8 里程碑

go1.20.9 (发布于 2023-10-05) 包含 one 个安全 修复,涉及 the cmd/go package, 以及 个 错误 修复,涉及 the go command and the linker。 详情请查看我们问题跟踪器上的 Go 1.20.9 里程碑

go1.20.10 (发布于 2023-10-10) 包含 a 个安全 修复,涉及 the net/http package。 详情请查看我们问题跟踪器上的 Go 1.20.10 里程碑

go1.20.11 (发布于 2023-11-07) 包含 个安全 修复,涉及 the path/filepath package, 以及 个 错误 修复,涉及 the linker and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.20.11 里程碑

go1.20.12 (发布于 2023-12-05) 包含 个安全 修复,涉及 the go command, and the net/http and path/filepath packages, 以及 个 错误 修复,涉及 the compiler and the go command。 详情请查看我们问题跟踪器上的 Go 1.20.12 里程碑

go1.20.13 (发布于 2024-01-09) 包含 个 修复,涉及 the runtime and the crypto/tls package。 详情请查看我们问题跟踪器上的 Go 1.20.13 里程碑

go1.20.14 (发布于 2024-02-06) 包含 个 修复,涉及 the crypto/x509 package。 详情请查看我们问题跟踪器上的 Go 1.20.14 里程碑

go1.19 (2022-08-02 发布)

Go 1.19 是 Go 的一个主要版本。 更多信息请阅读 Go 1.19 发布说明

次要修订

go1.19.1 (发布于 2022-09-06) 包含 个安全 修复,涉及 the net/http and net/url packages, 以及 个 错误 修复,涉及 the compiler, the go command, the pprof command, the linker, the runtime, and the crypto/tls and crypto/x509 packages。 详情请查看我们问题跟踪器上的 Go 1.19.1 里程碑

go1.19.2 (发布于 2022-10-04) 包含 个安全 修复,涉及 the archive/tar, net/http/httputil, and regexp packages, 以及 个 错误 修复,涉及 the compiler, the linker, the runtime, and the go/types package。 详情请查看我们问题跟踪器上的 Go 1.19.2 里程碑

go1.19.3 (发布于 2022-11-01) 包含 个安全 修复,涉及 the os/exec and syscall packages, 以及 个 错误 修复,涉及 the compiler and the runtime。 详情请查看我们问题跟踪器上的 Go 1.19.3 里程碑

go1.19.4 (发布于 2022-12-06) 包含 个安全 修复,涉及 the net/http and os packages, 以及 个 错误 修复,涉及 the compiler, the runtime, and the crypto/x509, os/exec, and sync/atomic packages。 详情请查看我们问题跟踪器上的 Go 1.19.4 里程碑

go1.19.5 (发布于 2023-01-10) 包含 个 修复,涉及 the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.19.5 里程碑

go1.19.6 (发布于 2023-02-14) 包含 个安全 修复,涉及 the crypto/tls, mime/multipart, net/http, and path/filepath packages, 以及 个 错误 修复,涉及 the go command, the linker, the runtime, and the crypto/x509, net/http, and time packages。 详情请查看我们问题跟踪器上的 Go 1.19.6 里程碑

go1.19.7 (发布于 2023-03-07) 包含 a 个安全 修复,涉及 the crypto/elliptic package, 以及 个 错误 修复,涉及 the linker, the runtime, and the crypto/x509 and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.19.7 里程碑

go1.19.8 (发布于 2023-04-04) 包含 个安全 修复,涉及 the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, 以及 个 错误 修复,涉及 the linker, the runtime, and the time package。 详情请查看我们问题跟踪器上的 Go 1.19.8 里程碑

go1.19.9 (发布于 2023-05-02) 包含 three 个安全 修复,涉及 the html/template package, 以及 个 错误 修复,涉及 the compiler, the runtime, and the crypto/tls and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.19.9 里程碑

go1.19.10 (发布于 2023-06-06) 包含 four 个安全 修复,涉及 the cmd/go and runtime packages, 以及 个 错误 修复,涉及 the compiler, the go command, and the runtime。 详情请查看我们问题跟踪器上的 Go 1.19.10 里程碑

go1.19.11 (发布于 2023-07-11) 包含 a 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 cgo, the cover tool, the go command, the runtime, and the go/printer package。 详情请查看我们问题跟踪器上的 Go 1.19.11 里程碑

go1.19.12 (发布于 2023-08-01) 包含 a 个安全 修复,涉及 the crypto/tls package, 以及 个 错误 修复,涉及 the assembler and the compiler。 详情请查看我们问题跟踪器上的 Go 1.19.12 里程碑

go1.19.13 (发布于 2023-09-06) 包含 个 修复,涉及 the go command, and the crypto/tls and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.19.13 里程碑

go1.18 (2022-03-15 发布)

Go 1.18 是 Go 的一个主要版本。 更多信息请阅读 Go 1.18 发布说明

次要修订

go1.18.1 (发布于 2022-04-12) 包含 个安全 修复,涉及 the crypto/elliptic, crypto/x509, and encoding/pem packages, 以及 个 错误 修复,涉及 the compiler, linker, runtime, the go command, vet, and the bytes, crypto/x509, and go/types packages。 详情请查看我们问题跟踪器上的 Go 1.18.1 里程碑

go1.18.2 (发布于 2022-05-10) 包含 个安全 修复,涉及 the syscall package, 以及 个 错误 修复,涉及 the compiler, runtime, the go command, and the crypto/x509, go/types, net/http/httptest, reflect, and sync/atomic packages。 详情请查看我们问题跟踪器上的 Go 1.18.2 里程碑

go1.18.3 (发布于 2022-06-01) 包含 个安全 修复,涉及 the crypto/rand, crypto/tls, os/exec, and path/filepath packages, 以及 个 错误 修复,涉及 the compiler, and the crypto/tls and text/template/parse packages。 详情请查看我们问题跟踪器上的 Go 1.18.3 里程碑

go1.18.4 (发布于 2022-07-12) 包含 个安全 修复,涉及 the compress/gzip, encoding/gob, encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, 以及 个 错误 修复,涉及 the compiler, the go command, the linker, the runtime, and the runtime/metrics package。 详情请查看我们问题跟踪器上的 Go 1.18.4 里程碑

go1.18.5 (发布于 2022-08-01) 包含 个安全 修复,涉及 the encoding/gob and math/big packages, 以及 个 错误 修复,涉及 the compiler, the go command, the runtime, and the testing package。 详情请查看我们问题跟踪器上的 Go 1.18.5 里程碑

go1.18.6 (发布于 2022-09-06) 包含 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the compiler, the go command, the pprof command, the runtime, and the crypto/tls, encoding/xml, and net packages。 详情请查看我们问题跟踪器上的 Go 1.18.6 里程碑

go1.18.7 (发布于 2022-10-04) 包含 个安全 修复,涉及 the archive/tar, net/http/httputil, and regexp packages, 以及 个 错误 修复,涉及 the compiler, the linker, and the go/types package。 详情请查看我们问题跟踪器上的 Go 1.18.7 里程碑

go1.18.8 (发布于 2022-11-01) 包含 个安全 修复,涉及 the os/exec and syscall packages, 以及 个 错误 修复,涉及 the runtime。 详情请查看我们问题跟踪器上的 Go 1.18.8 里程碑

go1.18.9 (发布于 2022-12-06) 包含 个安全 修复,涉及 the net/http and os packages, 以及 个 错误 修复,涉及 cgo, the compiler, the runtime, and the crypto/x509 and os/exec packages。 详情请查看我们问题跟踪器上的 Go 1.18.9 里程碑

go1.18.10 (发布于 2023-01-10) 包含 个 修复,涉及 cgo, the compiler, the linker, and the crypto/x509, net/http, and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.18.10 里程碑

go1.17 (2021-08-16 发布)

Go 1.17 是 Go 的一个主要版本。 更多信息请阅读 Go 1.17 发布说明

次要修订

go1.17.1 (发布于 2021-09-09) 包含 a 个安全 修复,涉及 the archive/zip package, 以及 个 错误 修复,涉及 the compiler, linker, the go command, and the crypto/rand, embed, go/types, html/template, and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.17.1 里程碑

go1.17.2 (发布于 2021-10-07) 包含 个安全 修复,涉及 linker and the misc/wasm directory, 以及 个 错误 修复,涉及 the compiler, runtime, the go command, and the text/template and time packages。 详情请查看我们问题跟踪器上的 Go 1.17.2 里程碑

go1.17.3 (发布于 2021-11-04) 包含 个安全 修复,涉及 the archive/zip and debug/macho packages, 以及 个 错误 修复,涉及 the compiler, linker, runtime, the go command, the misc/wasm directory, and the net/http and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.17.3 里程碑

go1.17.4 (发布于 2021-12-02) 包含 个 修复,涉及 the compiler, linker, runtime, and the go/types, net/http, and time packages。 详情请查看我们问题跟踪器上的 Go 1.17.4 里程碑

go1.17.5 (发布于 2021-12-09) 包含 个安全 修复,涉及 the net/http and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.17.5 里程碑

go1.17.6 (发布于 2022-01-06) 包含 个 修复,涉及 the compiler, linker, runtime, and the crypto/x509, net/http, and reflect packages。 详情请查看我们问题跟踪器上的 Go 1.17.6 里程碑

go1.17.7 (发布于 2022-02-10) 包含 个安全 修复,涉及 the go command, and the crypto/elliptic and math/big packages, 以及 个 错误 修复,涉及 the compiler, linker, runtime, the go command, and the debug/macho, debug/pe, and net/http/httptest packages。 详情请查看我们问题跟踪器上的 Go 1.17.7 里程碑

go1.17.8 (发布于 2022-03-03) 包含 a 个安全 修复,涉及 the regexp/syntax package, 以及 个 错误 修复,涉及 the compiler, runtime, the go command, and the crypto/x509 and net packages。 详情请查看我们问题跟踪器上的 Go 1.17.8 里程碑

go1.17.9 (发布于 2022-04-12) 包含 个安全 修复,涉及 the crypto/elliptic and encoding/pem packages, 以及 个 错误 修复,涉及 the linker and runtime。 详情请查看我们问题跟踪器上的 Go 1.17.9 里程碑

go1.17.10 (发布于 2022-05-10) 包含 个安全 修复,涉及 the syscall package, 以及 个 错误 修复,涉及 the compiler, runtime, and the crypto/x509 and net/http/httptest packages。 详情请查看我们问题跟踪器上的 Go 1.17.10 里程碑

go1.17.11 (发布于 2022-06-01) 包含 个安全 修复,涉及 the crypto/rand, crypto/tls, os/exec, and path/filepath packages, 以及 个 错误 修复,涉及 the crypto/tls package。 详情请查看我们问题跟踪器上的 Go 1.17.11 里程碑

go1.17.12 (发布于 2022-07-12) 包含 个安全 修复,涉及 the compress/gzip, encoding/gob, encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, 以及 个 错误 修复,涉及 the compiler, the go command, the runtime, and the runtime/metrics package。 详情请查看我们问题跟踪器上的 Go 1.17.12 里程碑

go1.17.13 (发布于 2022-08-01) 包含 个安全 修复,涉及 the encoding/gob and math/big packages, 以及 个 错误 修复,涉及 the compiler and the runtime。 详情请查看我们问题跟踪器上的 Go 1.17.13 里程碑

go1.16 (2021-02-16 发布)

Go 1.16 是 Go 的一个主要版本。 更多信息请阅读 Go 1.16 发布说明

次要修订

go1.16.1 (发布于 2021-03-10) 包含 个安全 修复,涉及 the archive/zip and encoding/xml packages。 详情请查看我们问题跟踪器上的 Go 1.16.1 里程碑

go1.16.2 (发布于 2021-03-11) 包含 个 修复,涉及 cgo, the compiler, linker, the go command, and the syscall and time packages。 详情请查看我们问题跟踪器上的 Go 1.16.2 里程碑

go1.16.3 (发布于 2021-04-01) 包含 个 修复,涉及 the compiler, linker, runtime, the go command, and the testing and time packages。 详情请查看我们问题跟踪器上的 Go 1.16.3 里程碑

go1.16.4 (发布于 2021-05-06) 包含 a 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the compiler, runtime, and the archive/zip, syscall, and time packages。 详情请查看我们问题跟踪器上的 Go 1.16.4 里程碑

go1.16.5 (发布于 2021-06-03) 包含 个安全 修复,涉及 the archive/zip, math/big, net, and net/http/httputil packages, 以及 个 错误 修复,涉及 the linker, the go command, and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.16.5 里程碑

go1.16.6 (发布于 2021-07-12) 包含 a 个安全 修复,涉及 the crypto/tls package, 以及 个 错误 修复,涉及 the compiler, and the net and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.16.6 里程碑

go1.16.7 (发布于 2021-08-05) 包含 a 个安全 修复,涉及 the net/http/httputil package, 以及 个 错误 修复,涉及 the compiler, linker, runtime, the go command, and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.16.7 里程碑

go1.16.8 (发布于 2021-09-09) 包含 a 个安全 修复,涉及 the archive/zip package, 以及 个 错误 修复,涉及 the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages。 详情请查看我们问题跟踪器上的 Go 1.16.8 里程碑

go1.16.9 (发布于 2021-10-07) 包含 个安全 修复,涉及 linker and the misc/wasm directory, 以及 个 错误 修复,涉及 runtime and the text/template package。 详情请查看我们问题跟踪器上的 Go 1.16.9 里程碑

go1.16.10 (发布于 2021-11-04) 包含 个安全 修复,涉及 the archive/zip and debug/macho packages, 以及 个 错误 修复,涉及 the compiler, linker, runtime, the misc/wasm directory, and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.16.10 里程碑

go1.16.11 (发布于 2021-12-02) 包含 个 修复,涉及 the compiler, runtime, and the net/http, net/http/httptest, and time packages。 详情请查看我们问题跟踪器上的 Go 1.16.11 里程碑

go1.16.12 (发布于 2021-12-09) 包含 个安全 修复,涉及 the net/http and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.16.12 里程碑

go1.16.13 (发布于 2022-01-06) 包含 个 修复,涉及 the compiler, linker, runtime, and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.16.13 里程碑

go1.16.14 (发布于 2022-02-10) 包含 个安全 修复,涉及 the go command, and the crypto/elliptic and math/big packages, 以及 个 错误 修复,涉及 the compiler, linker, runtime, the go command, and the debug/macho, debug/pe, net/http/httptest, and testing packages。 详情请查看我们问题跟踪器上的 Go 1.16.14 里程碑

go1.16.15 (发布于 2022-03-03) 包含 a 个安全 修复,涉及 the regexp/syntax package, 以及 个 错误 修复,涉及 the compiler, runtime, the go command, and the net package。 详情请查看我们问题跟踪器上的 Go 1.16.15 里程碑

go1.15 (2020-08-11 发布)

Go 1.15 是 Go 的一个主要版本。 更多信息请阅读 Go 1.15 发布说明

次要修订

go1.15.1 (发布于 2020-09-01) 包含 个安全 修复,涉及 the net/http/cgi and net/http/fcgi packages。 详情请查看我们问题跟踪器上的 Go 1.15.1 里程碑

go1.15.2 (发布于 2020-09-09) 包含 个 修复,涉及 the compiler, runtime, documentation, the go command, and the net/mail, os, sync, and testing packages。 详情请查看我们问题跟踪器上的 Go 1.15.2 里程碑

go1.15.3 (发布于 2020-10-14) 包含 个 修复,涉及 cgo, the compiler, runtime, the go command, and the bytes, plugin, and testing packages。 详情请查看我们问题跟踪器上的 Go 1.15.3 里程碑

go1.15.4 (发布于 2020-11-05) 包含 个 修复,涉及 cgo, the compiler, linker, runtime, and the compress/flate, net/http, reflect, and time packages。 详情请查看我们问题跟踪器上的 Go 1.15.4 里程碑

go1.15.5 (发布于 2020-11-12) 包含 个安全 修复,涉及 the go command and the math/big package。 详情请查看我们问题跟踪器上的 Go 1.15.5 里程碑

go1.15.6 (发布于 2020-12-03) 包含 个 修复,涉及 the compiler, linker, runtime, the go command, and the io package。 详情请查看我们问题跟踪器上的 Go 1.15.6 里程碑

go1.15.7 (发布于 2021-01-19) 包含 个安全 修复,涉及 the go command and the crypto/elliptic package。 详情请查看我们问题跟踪器上的 Go 1.15.7 里程碑

go1.15.8 (发布于 2021-02-04) 包含 个 修复,涉及 the compiler, linker, runtime, the go command, and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.15.8 里程碑

go1.15.9 (发布于 2021-03-10) 包含 个安全 修复,涉及 the encoding/xml package。 详情请查看我们问题跟踪器上的 Go 1.15.9 里程碑

go1.15.10 (发布于 2021-03-11) 包含 个 修复,涉及 the compiler, the go command, and the net/http, os, syscall, and time packages。 详情请查看我们问题跟踪器上的 Go 1.15.10 里程碑

go1.15.11 (发布于 2021-04-01) 包含 个 修复,涉及 cgo, the compiler, linker, runtime, the go command, and the database/sql and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.15.11 里程碑

go1.15.12 (发布于 2021-05-06) 包含 a 个安全 修复,涉及 the net/http package, 以及 个 错误 修复,涉及 the compiler, runtime, and the archive/zip, syscall, and time packages。 详情请查看我们问题跟踪器上的 Go 1.15.12 里程碑

go1.15.13 (发布于 2021-06-03) 包含 个安全 修复,涉及 the archive/zip, math/big, net, and net/http/httputil packages, 以及 个 错误 修复,涉及 the linker, the go command, and the math/big and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.15.13 里程碑

go1.15.14 (发布于 2021-07-12) 包含 a 个安全 修复,涉及 the crypto/tls package, 以及 个 错误 修复,涉及 the linker and the net package。 详情请查看我们问题跟踪器上的 Go 1.15.14 里程碑

go1.15.15 (发布于 2021-08-05) 包含 a 个安全 修复,涉及 the net/http/httputil package, 以及 个 错误 修复,涉及 the compiler, runtime, the go command, and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.15.15 里程碑

go1.14 (2020-02-25 发布)

Go 1.14 是 Go 的一个主要版本。 更多信息请阅读 Go 1.14 发布说明

次要修订

go1.14.1 (发布于 2020-03-19) 包含 个 修复,涉及 the go command, tools, and the runtime。 详情请查看我们问题跟踪器上的 Go 1.14.1 里程碑

go1.14.2 (发布于 2020-04-08) 包含 个 修复,涉及 cgo, the go command, the runtime, and the os/exec and testing packages。 详情请查看我们问题跟踪器上的 Go 1.14.2 里程碑

go1.14.3 (发布于 2020-05-14) 包含 个 修复,涉及 cgo, the compiler, the runtime, and the go/doc and math/big packages。 详情请查看我们问题跟踪器上的 Go 1.14.3 里程碑

go1.14.4 (发布于 2020-06-01) 包含 个 修复,涉及 the go doc command, the runtime, and the encoding/json and os packages。 详情请查看我们问题跟踪器上的 Go 1.14.4 里程碑

go1.14.5 (发布于 2020-07-14) 包含 个安全 修复,涉及 the crypto/x509 and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.14.5 里程碑

go1.14.6 (发布于 2020-07-16) 包含 个 修复,涉及 the go command, the compiler, the linker, vet, and the database/sql, encoding/json, net/http, reflect, and testing packages。 详情请查看我们问题跟踪器上的 Go 1.14.6 里程碑

go1.14.7 (发布于 2020-08-06) 包含 个安全 修复,涉及 the encoding/binary package。 详情请查看我们问题跟踪器上的 Go 1.14.7 里程碑

go1.14.8 (发布于 2020-09-01) 包含 个安全 修复,涉及 the net/http/cgi and net/http/fcgi packages。 详情请查看我们问题跟踪器上的 Go 1.14.8 里程碑

go1.14.9 (发布于 2020-09-09) 包含 个 修复,涉及 the compiler, linker, runtime, documentation, and the net/http and testing packages。 详情请查看我们问题跟踪器上的 Go 1.14.9 里程碑

go1.14.10 (发布于 2020-10-14) 包含 个 修复,涉及 the compiler, runtime, and the plugin and testing packages。 详情请查看我们问题跟踪器上的 Go 1.14.10 里程碑

go1.14.11 (发布于 2020-11-05) 包含 个 修复,涉及 the runtime, and the net/http and time packages。 详情请查看我们问题跟踪器上的 Go 1.14.11 里程碑

go1.14.12 (发布于 2020-11-12) 包含 个安全 修复,涉及 the go command and the math/big package。 详情请查看我们问题跟踪器上的 Go 1.14.12 里程碑

go1.14.13 (发布于 2020-12-03) 包含 个 修复,涉及 the compiler, runtime, and the go command。 详情请查看我们问题跟踪器上的 Go 1.14.13 里程碑

go1.14.14 (发布于 2021-01-19) 包含 个安全 修复,涉及 the go command and the crypto/elliptic package。 详情请查看我们问题跟踪器上的 Go 1.14.14 里程碑

go1.14.15 (发布于 2021-02-04) 包含 个 修复,涉及 the compiler, runtime, the go command, and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.14.15 里程碑

go1.13 (2019-09-03 发布)

Go 1.13 是 Go 的一个主要版本。 更多信息请阅读 Go 1.13 发布说明

次要修订

go1.13.1 (发布于 2019-09-25) 包含 个安全 修复,涉及 the net/http and net/textproto packages。 详情请查看我们问题跟踪器上的 Go 1.13.1 里程碑

go1.13.2 (发布于 2019-10-17) 包含 个安全 修复,涉及 the compiler and the crypto/dsa package。 详情请查看我们问题跟踪器上的 Go 1.13.2 里程碑

go1.13.3 (发布于 2019-10-17) 包含 个 修复,涉及 the go command, the toolchain, the runtime, and the crypto/ecdsa, net, net/http, and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.13.3 里程碑

go1.13.4 (发布于 2019-10-31) 包含 个 修复,涉及 the net/http and syscall packages。 It also fixes an issue on macOS 10.15 Catalina where the non-notarized installer and binaries were being rejected by Gatekeeper. 详情请查看我们问题跟踪器上的 Go 1.13.4 里程碑

go1.13.5 (发布于 2019-12-04) 包含 个 修复,涉及 the go command, the runtime, the linker, and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.13.5 里程碑

go1.13.6 (发布于 2020-01-09) 包含 个 修复,涉及 the runtime and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.13.6 里程碑

go1.13.7 (发布于 2020-01-28) 包含 two 个安全 修复,涉及 the crypto/x509 package。 详情请查看我们问题跟踪器上的 Go 1.13.7 里程碑

go1.13.8 (发布于 2020-02-12) 包含 个 修复,涉及 the runtime, and the crypto/x509 and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.13.8 里程碑

go1.13.9 (发布于 2020-03-19) 包含 个 修复,涉及 the go command, tools, the runtime, the toolchain, and the crypto/cypher package。 详情请查看我们问题跟踪器上的 Go 1.13.9 里程碑

go1.13.10 (发布于 2020-04-08) 包含 个 修复,涉及 the go command, the runtime, and the os/exec and time packages。 详情请查看我们问题跟踪器上的 Go 1.13.10 里程碑

go1.13.11 (发布于 2020-05-14) 包含 个 修复,涉及 the compiler。 详情请查看我们问题跟踪器上的 Go 1.13.11 里程碑

go1.13.12 (发布于 2020-06-01) 包含 个 修复,涉及 the runtime, and the go/types and math/big packages。 详情请查看我们问题跟踪器上的 Go 1.13.12 里程碑

go1.13.13 (发布于 2020-07-14) 包含 个安全 修复,涉及 the crypto/x509 and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.13.13 里程碑

go1.13.14 (发布于 2020-07-16) 包含 个 修复,涉及 the compiler, vet, and the database/sql, net/http, and reflect packages。 详情请查看我们问题跟踪器上的 Go 1.13.14 里程碑

go1.13.15 (发布于 2020-08-06) 包含 个安全 修复,涉及 the encoding/binary package。 详情请查看我们问题跟踪器上的 Go 1.13.15 里程碑

go1.12 (2019-02-25 发布)

Go 1.12 是 Go 的一个主要版本。 更多信息请阅读 Go 1.12 发布说明

次要修订

go1.12.1 (发布于 2019-03-14) 包含 个 修复,涉及 cgo, the compiler, the go command, and the fmt, net/smtp, os, path/filepath, sync, and text/template packages。 详情请查看我们问题跟踪器上的 Go 1.12.1 里程碑

go1.12.2 (发布于 2019-04-05) 包含 个安全 修复,涉及 the runtime, 以及 个 错误 修复,涉及 the compiler, the go command, and the doc, net, net/http/httputil, and os packages。 详情请查看我们问题跟踪器上的 Go 1.12.2 里程碑

go1.12.3 (发布于 2019-04-08) was accidentally released without its intended fix. It is identical to go1.12.2, except for its version number. The intended fix is in go1.12.4.

go1.12.4 (发布于 2019-04-11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo. Only Linux users who hit this issue need to update.

go1.12.5 (发布于 2019-05-06) 包含 个 修复,涉及 the compiler, the linker, the go command, the runtime, and the os package。 详情请查看我们问题跟踪器上的 Go 1.12.5 里程碑

go1.12.6 (发布于 2019-06-11) 包含 个 修复,涉及 the compiler, the linker, the go command, and the crypto/x509, net/http, and os packages。 详情请查看我们问题跟踪器上的 Go 1.12.6 里程碑

go1.12.7 (发布于 2019-07-08) 包含 个 修复,涉及 cgo, the compiler, and the linker。 详情请查看我们问题跟踪器上的 Go 1.12.7 里程碑

go1.12.8 (发布于 2019-08-13) 包含 个安全 修复,涉及 the net/http and net/url packages。 详情请查看我们问题跟踪器上的 Go 1.12.8 里程碑

go1.12.9 (发布于 2019-08-15) 包含 个 修复,涉及 the linker, and the math/big and os packages。 详情请查看我们问题跟踪器上的 Go 1.12.9 里程碑

go1.12.10 (发布于 2019-09-25) 包含 个安全 修复,涉及 the net/http and net/textproto packages。 详情请查看我们问题跟踪器上的 Go 1.12.10 里程碑

go1.12.11 (发布于 2019-10-17) 包含 个安全 修复,涉及 the crypto/dsa package。 详情请查看我们问题跟踪器上的 Go 1.12.11 里程碑

go1.12.12 (发布于 2019-10-17) 包含 个 修复,涉及 the go command, runtime, and the net and syscall packages。 详情请查看我们问题跟踪器上的 Go 1.12.12 里程碑

go1.12.13 (发布于 2019-10-31) fixes an issue on macOS 10.15 Catalina where the non-notarized installer and binaries were being rejected by Gatekeeper. Only macOS users who hit this issue need to update.

go1.12.14 (发布于 2019-12-04) 包含 a 个 修复,涉及 the runtime。 详情请查看我们问题跟踪器上的 Go 1.12.14 里程碑

go1.12.15 (发布于 2020-01-09) 包含 个 修复,涉及 the runtime and the net/http package。 详情请查看我们问题跟踪器上的 Go 1.12.15 里程碑

go1.12.16 (发布于 2020-01-28) 包含 two 个安全 修复,涉及 the crypto/x509 package。 详情请查看我们问题跟踪器上的 Go 1.12.16 里程碑

go1.12.17 (发布于 2020-02-12) 包含 a 个 修复,涉及 the runtime。 详情请查看我们问题跟踪器上的 Go 1.12.17 里程碑

go1.11 (2018-08-24 发布)

Go 1.11 是 Go 的一个主要版本。 更多信息请阅读 Go 1.11 发布说明

次要修订

go1.11.1 (发布于 2018-10-01) 包含 个 修复,涉及 the compiler, documentation, go command, runtime, and the crypto/x509, encoding/json, go/types, net, net/http, and reflect packages。 详情请查看我们问题跟踪器上的 Go 1.11.1 里程碑

go1.11.2 (发布于 2018-11-02) 包含 个 修复,涉及 the compiler, linker, documentation, go command, and the database/sql and go/types packages。 详情请查看我们问题跟踪器上的 Go 1.11.2 里程碑

go1.11.3 (发布于 2018-12-12) 包含 three 个安全 修复,涉及 "go get" and the crypto/x509 package。 详情请查看我们问题跟踪器上的 Go 1.11.3 里程碑

go1.11.4 (发布于 2018-12-14) 包含 个 修复,涉及 cgo, the compiler, linker, runtime, documentation, go command, and the go/types and net/http packages。 It includes a fix to a bug introduced in Go 1.11.3 that broke go get for import path patterns containing "...". 详情请查看我们问题跟踪器上的 Go 1.11.4 里程碑

go1.11.5 (发布于 2019-01-23) 包含 a 个安全 修复,涉及 the crypto/elliptic package。 详情请查看我们问题跟踪器上的 Go 1.11.5 里程碑

go1.11.6 (发布于 2019-03-14) 包含 个 修复,涉及 cgo, the compiler, linker, runtime, go command, and the crypto/x509, encoding/json, net, and net/url packages。 详情请查看我们问题跟踪器上的 Go 1.11.6 里程碑

go1.11.7 (发布于 2019-04-05) 包含 个 修复,涉及 the runtime and the net package。 详情请查看我们问题跟踪器上的 Go 1.11.7 里程碑

go1.11.8 (发布于 2019-04-08) was accidentally released without its intended fix. It is identical to go1.11.7, except for its version number. The intended fix is in go1.11.9.

go1.11.9 (发布于 2019-04-11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo. Only Linux users who hit this issue need to update.

go1.11.10 (发布于 2019-05-06) 包含 个安全 修复,涉及 the runtime, 以及 个 错误 修复,涉及 the linker。 详情请查看我们问题跟踪器上的 Go 1.11.10 里程碑

go1.11.11 (发布于 2019-06-11) 包含 a 个 修复,涉及 the crypto/x509 package。 详情请查看我们问题跟踪器上的 Go 1.11.11 里程碑

go1.11.12 (发布于 2019-07-08) 包含 个 修复,涉及 the compiler and the linker。 详情请查看我们问题跟踪器上的 Go 1.11.12 里程碑

go1.11.13 (发布于 2019-08-13) 包含 个安全 修复,涉及 the net/http and net/url packages。 详情请查看我们问题跟踪器上的 Go 1.11.13 里程碑

go1.10 (2018-02-16 发布)

Go 1.10 是 Go 的一个主要版本。 更多信息请阅读 Go 1.10 发布说明

次要修订

go1.10.1 (发布于 2018-03-28) 包含 个安全 修复,涉及 the go command, 以及 个 错误 修复,涉及 the compiler, runtime, and the archive/zip, crypto/tls, crypto/x509, encoding/json, net, net/http, and net/http/pprof packages。 详情请查看我们问题跟踪器上的 Go 1.10.1 里程碑

go1.10.2 (发布于 2018-05-01) 包含 个 修复,涉及 the compiler, linker, and go command。 详情请查看我们问题跟踪器上的 Go 1.10.2 里程碑

go1.10.3 (发布于 2018-06-05) 包含 个 修复,涉及 the go command, and the crypto/tls, crypto/x509, and strings packages。 In particular, it adds minimal support to the go command for the vgo transition. 详情请查看我们问题跟踪器上的 Go 1.10.3 里程碑

go1.10.4 (发布于 2018-08-24) 包含 个 修复,涉及 the go command, linker, and the bytes, mime/multipart, net/http, and strings packages。 详情请查看我们问题跟踪器上的 Go 1.10.4 里程碑

go1.10.5 (发布于 2018-11-02) 包含 个 修复,涉及 the go command, linker, runtime, and the database/sql package。 详情请查看我们问题跟踪器上的 Go 1.10.5 里程碑

go1.10.6 (发布于 2018-12-12) 包含 three 个安全 修复,涉及 "go get" and the crypto/x509 package。 It contains the same fixes as Go 1.11.3 and was released at the same time. 详情请查看我们问题跟踪器上的 Go 1.10.6 里程碑

go1.10.7 (发布于 2018-12-14) includes a fix to a bug introduced in Go 1.10.6 that broke go get for import path patterns containing "...". See the Go 1.10.7 milestone on our issue tracker for details.

go1.10.8 (发布于 2019-01-23) 包含 a 个安全 修复,涉及 the crypto/elliptic package。 详情请查看我们问题跟踪器上的 Go 1.10.8 里程碑

go1.9 (2017-08-24 发布)

Go 1.9 是 Go 的一个主要版本。 更多信息请阅读 Go 1.9 发布说明

次要修订

go1.9.1 (发布于 2017-10-04) 包含 two 个安全 修复。 详情请查看我们问题跟踪器上的 Go 1.9.1 里程碑

go1.9.2 (发布于 2017-10-25) 包含 个 修复,涉及 the compiler, linker, runtime, documentation, go command, and the crypto/x509, database/sql, log, 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. 详情请查看我们问题跟踪器上的 Go 1.9.2 里程碑

go1.9.3 (发布于 2018-01-22) 包含 个安全 修复,涉及 the net/url package, 以及 个 错误 修复,涉及 the compiler, runtime, and the database/sql, math/big, and net/http packages。 详情请查看我们问题跟踪器上的 Go 1.9.3 里程碑

go1.9.4 (发布于 2018-02-07) 包含 a 个安全 修复,涉及 "go get"。 详情请查看我们问题跟踪器上的 Go 1.9.4 里程碑

go1.9.5 (发布于 2018-03-28) 包含 个安全 修复,涉及 the go command, 以及 个 错误 修复,涉及 the compiler, go command, and the net/http/pprof package。 详情请查看我们问题跟踪器上的 Go 1.9.5 里程碑

go1.9.6 (发布于 2018-05-01) 包含 个 修复,涉及 the compiler and go command。 详情请查看我们问题跟踪器上的 Go 1.9.6 里程碑

go1.9.7 (发布于 2018-06-05) 包含 个 修复,涉及 the go command, and the crypto/x509 and strings packages。 In particular, it adds minimal support to the go command for the vgo transition. 详情请查看我们问题跟踪器上的 Go 1.9.7 里程碑

go1.8 (2017-02-16 发布)

Go 1.8 是 Go 的一个主要版本。 更多信息请阅读 Go 1.8 发布说明

次要修订

go1.8.1 (2017-04-07 发布) 包含对编译器、链接器、运行时、文档、go 命令以及 crypto/tlsencoding/xmlimage/pngnetnet/httpreflecttext/templatetime 包的修复。 详情请查看我们问题跟踪器上的 Go 1.8.1 里程碑

go1.8.2 (2017-05-23 发布) 包含对 crypto/elliptic 包的安全修复。 详情请查看我们问题跟踪器上的 Go 1.8.2 里程碑

go1.8.3 (2017-05-24 发布) 包含对编译器、运行时、文档以及 database/sql 包的修复。 详情请查看我们问题跟踪器上的 Go 1.8.3 里程碑

go1.8.4 (2017-10-04 发布) 包含两项安全修复。 它包含与 Go 1.9.1 相同的修复,并于同一时间发布。 详情请查看我们问题跟踪器上的 Go 1.8.4 里程碑

go1.8.5 (2017-10-25 发布) 包含对编译器、链接器、运行时、文档、go 命令 以及 crypto/x509net/smtp 包的修复。 它修复了一个在 Go 1.8.4 中引入的错误,该错误在某些条件下会破坏非 Git 仓库的 go get。 详情请查看我们问题跟踪器上的 Go 1.8.5 里程碑

go1.8.6 (2018-01-22 发布) 包含与 Go 1.9.3 相同的 math/big 修复,并于同一时间发布。 详情请查看我们问题跟踪器上的 Go 1.8.6 里程碑

go1.8.7 (2018-02-07 发布) 包含对 "go get" 的安全修复。 它包含与 Go 1.9.4 相同的修复,并于同一时间发布。 详情请查看我们问题跟踪器上的 Go 1.8.7 里程碑。

go1.7 (2016-08-15 发布)

Go 1.7 是 Go 的一个主要版本。 更多信息请阅读 Go 1.7 发布说明

次要修订

go1.7.1 (2016-09-07 发布) 包含对编译器、运行时、文档以及 compress/flatehash/crc32ionetnet/httppath/filepathreflectsyscall 包的修复。 详情请查看我们问题跟踪器上的 Go 1.7.1 里程碑

go1.7.2 不应使用。它已被标记但未完全发布。 由于最后一刻收到错误报告,发布被推迟。 请使用 go1.7.3 代替,并参考下面的变更摘要。

go1.7.3(发布于 2016-10-19)包含了对编译器、运行时以及 crypto/ciphercrypto/tlsnet/httpstrings 包的修复。详情请查看我们问题跟踪器上的 Go 1.7.3 里程碑

go1.7.4(发布于 2016-12-01)包含两项安全修复。详情请查看我们问题跟踪器上的 Go 1.7.4 里程碑

go1.7.5(发布于 2017-01-26)包含了对编译器、运行时以及 crypto/x509time 包的修复。详情请查看我们问题跟踪器上的 Go 1.7.5 里程碑

go1.7.6(发布于 2017-05-23)包含与 Go 1.8.2 相同的安全修复,并且在同一时间发布。详情请查看我们问题跟踪器上的 Go 1.8.2 里程碑

go1.6(发布于 2016-02-17)

Go 1.6 是 Go 语言的一个主要版本。更多信息请阅读 Go 1.6 发行说明

修订版本

go1.6.1(发布于 2016-04-12)包含两项安全修复。详情请查看我们问题跟踪器上的 Go 1.6.1 里程碑

go1.6.2(发布于 2016-04-20)包含了对编译器、运行时、工具、文档以及 mime/multipartnet/httpsort 包的修复。详情请查看我们问题跟踪器上的 Go 1.6.2 里程碑

go1.6.3(发布于 2016-07-17)包含了在 CGI 环境下使用时,对 net/http/cgi 包和 net/http 包的安全修复。详情请查看我们问题跟踪器上的 Go 1.6.3 里程碑

go1.6.4(发布于 2016-12-01)包含两项安全修复。它包含与 Go 1.7.4 相同的修复,并在同一时间发布。详情请查看我们问题跟踪器上的 Go 1.7.4 里程碑

go1.5(发布于 2015-08-19)

Go 1.5 是 Go 语言的一个主要版本。更多信息请阅读 Go 1.5 发行说明

修订版本

go1.5.1(发布于 2015-09-08)包含了对编译器、汇编器以及 fmtnet/textprotonet/httpruntime 包的缺陷修复。详情请查看我们问题跟踪器上的 Go 1.5.1 里程碑

go1.5.2(发布于 2015-12-02)包含了对编译器、链接器以及 mime/multipartnetruntime 包的缺陷修复。详情请查看我们问题跟踪器上的 Go 1.5.2 里程碑

go1.5.3(发布于 2016-01-13)包含对 math/big 包的一项安全修复,该修复影响 crypto/tls 包。详情请查看 发布公告

go1.5.4(发布于 2016-04-12)包含两项安全修复。它包含与 Go 1.6.1 相同的修复,并在同一时间发布。详情请查看我们问题跟踪器上的 Go 1.6.1 里程碑

go1.4(发布于 2014-12-10)

Go 1.4 是 Go 语言的一个主要版本。更多信息请阅读 Go 1.4 发行说明

修订版本

go1.4.1(发布于 2015-01-15)包含了对链接器以及 logsyscallruntime 包的缺陷修复。详情请查看 我们问题跟踪器上的 Go 1.4.1 里程碑

go1.4.2(发布于 2015-02-17)包含了对编译器的安全修复,以及对 go 命令、编译器和链接器、还有 runtimesyscallreflectmath/big 包的缺陷修复。详情请查看 我们问题跟踪器上的 Go 1.4.2 里程碑

go1.4.3(发布于 2015-09-22)包含了对 net/http 包的安全修复以及对 runtime 包的缺陷修复。详情请查看 我们问题跟踪器上的 Go 1.4.3 里程碑

go1.3(发布于 2014-06-18)

Go 1.3 是 Go 语言的一个主要版本。更多信息请阅读 Go 1.3 发行说明

修订版本

go1.3.1(发布于 2014-08-13)包含了对编译器以及 runtimenetcrypto/rsa 包的缺陷修复。详情请查看 变更历史

go1.3.2(发布于 2014-09-25)包含了对 crypto/tls 包的安全修复以及对 cgo 的缺陷修复。详情请查看 变更历史

go1.3.3(发布于 2014 年 9 月 30 日)包含对 cgo、运行时包和 nacl 移植版本的进一步缺陷修复。详情请查看变更历史

go1.2(发布于 2013 年 12 月 1 日)

Go 1.2 是 Go 的一个主要版本。阅读 Go 1.2 发布说明 了解更多信息。

次要修订

go1.2.1(发布于 2014 年 3 月 2 日)包含对 runtimenetdatabase/sql 包的缺陷修复。详情请查看 变更历史

go1.2.2(发布于 2014 年 5 月 5 日)包含一个影响二进制发行版中包含的 tour 二进制文件的安全修复(感谢 Guillaume T)。

go1.1(发布于 2013 年 5 月 13 日)

Go 1.1 是 Go 的一个主要版本。阅读 Go 1.1 发布说明 了解更多信息。

次要修订

go1.1.1(发布于 2013 年 6 月 13 日)包含对编译器的安全修复以及对编译器和运行时的多项缺陷修复。详情请查看 变更历史

go1.1.2(发布于 2013 年 8 月 13 日)包含对 gc 编译器和 cgo,以及 bufioruntimesyscalltime 包的修复。详情请查看 变更历史。 如果您在 ARM 或 386 架构的 Linux 系统上使用 syscall 包的 GetrlimitSetrlimit 函数,请注意修复了问题 5949 的变更 11803043

go1(发布于 2012 年 3 月 28 日)

Go 1 是 Go 的一个主要版本,将长期保持稳定。阅读 Go 1 发布说明 了解更多信息。

预期为 Go 1 编写的程序将继续在未来的 Go 1 版本下正确编译和运行,无需修改。阅读 Go 1 兼容性文档 了解更多关于 Go 1 未来的信息。

go1 版本对应于 weekly.2012-03-27

次要修订

go1.0.1(发布于 2012 年 4 月 25 日)发布是为了修复一个可能导致内存损坏的逃逸分析错误。它还包含一些次要的代码和文档修复。

go1.0.2(发布于 2012 年 6 月 13 日)发布是为了修复使用结构体或数组作为键的 map 实现中的两个错误:问题 3695问题 3573。它还包含许多次要的代码和文档修复。

go1.0.3(发布于 2012 年 9 月 21 日)包含次要的代码和文档修复。

完整的变更列表请查看 go1 发布分支历史

更早的版本

早期版本的说明请参阅 Go 1 之前版本历史 页面。