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 fetch --tags git checkout goX.Y.Z
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.25.0 (released 2025年08月12日)
Go 1.25.0 is a major release of Go. Read the Go 1.25 Release Notes for more information.
Minor revisions
go1.25.1
(released 2025年09月03日)
includes
security
fixes to the net/http package, as well as
bug
fixes to the go command, and the net, os, os/exec, and testing/synctest packages.
See the
Go 1.25.1 milestone
on our issue tracker for details.
go1.25.2
(released 2025年10月07日)
includes
security
fixes to the archive/tar, crypto/tls, crypto/x509, encoding/asn1, encoding/pem, net/http, net/mail, net/textproto, and net/url packages, as well as
bug
fixes to the compiler, the runtime, and the context, debug/pe, net/http, os, and sync/atomic packages.
See the
Go 1.25.2 milestone
on our issue tracker for details.
go1.25.3
(released 2025年10月13日)
includes
fixes to the crypto/x509 package.
See the
Go 1.25.3 milestone
on our issue tracker for details.
go1.25.4
(released 2025年11月05日)
includes
fixes to the compiler, the runtime, and the crypto/subtle, encoding/pem, net/url, and os packages.
See the
Go 1.25.4 milestone
on our issue tracker for details.
go1.25.5
(released 2025年12月02日)
includes
two
security
fixes to the crypto/x509 package, as well as
bug
fixes to the mime and os packages.
See the
Go 1.25.5 milestone
on our issue tracker for details.
go1.24.0 (released 2025年02月11日)
Go 1.24.0 is a major release of Go. Read the Go 1.24 Release Notes for more information.
Minor revisions
go1.24.1
(released 2025年03月04日)
includes
security
fixes to the net/http package, as well as
bug
fixes to cgo, the compiler, the go command, and the reflect, runtime, and syscall packages.
See the
Go 1.24.1 milestone
on our issue tracker for details.
go1.24.2
(released 2025年04月01日)
includes
security
fixes to the net/http package, as well as
bug
fixes to the compiler, the runtime, the go command, and the crypto/tls, go/types, net/http, and testing packages.
See the
Go 1.24.2 milestone
on our issue tracker for details.
go1.24.3
(released 2025年05月06日)
includes
security
fixes to the os package, as well as
bug
fixes to the runtime, the compiler, the linker, the go command, and the crypto/tls and os packages.
See the
Go 1.24.3 milestone
on our issue tracker for details.
go1.24.4
(released 2025年06月05日)
includes
security
fixes to the crypto/x509, net/http, and os packages, as well as
bug
fixes to the linker, the go command, and the hash/maphash and os packages.
See the
Go 1.24.4 milestone
on our issue tracker for details.
go1.24.5
(released 2025年07月08日)
includes
security
fixes to the go command, as well as
bug
fixes to the compiler, the linker, the runtime, and the go command.
See the
Go 1.24.5 milestone
on our issue tracker for details.
go1.24.6
(released 2025年08月06日)
includes
security
fixes to the database/sql and os/exec packages, as well as
bug
fixes to the runtime.
See the
Go 1.24.6 milestone
on our issue tracker for details.
go1.24.7
(released 2025年09月03日)
includes
fixes to the go command, and the net and os/exec packages.
See the
Go 1.24.7 milestone
on our issue tracker for details.
go1.24.8
(released 2025年10月07日)
includes
security
fixes to the archive/tar, crypto/tls, crypto/x509, encoding/asn1, encoding/pem, net/http, net/mail, net/textproto, and net/url packages, as well as
bug
fixes to the compiler, the linker, and the debug/pe, net/http, os, and sync/atomic packages.
See the
Go 1.24.8 milestone
on our issue tracker for details.
go1.24.9
(released 2025年10月13日)
includes
fixes to the crypto/x509 package.
See the
Go 1.24.9 milestone
on our issue tracker for details.
go1.24.10
(released 2025年11月05日)
includes
fixes to the encoding/pem and net/url packages.
See the
Go 1.24.10 milestone
on our issue tracker for details.
go1.24.11
(released 2025年12月02日)
includes
two
security
fixes to the crypto/x509 package, as well as
bug
fixes to the runtime.
See the
Go 1.24.11 milestone
on our issue tracker for details.
go1.23.0 (released 2024年08月13日)
Go 1.23.0 is a major release of Go. Read the Go 1.23 Release Notes for more information.
Minor revisions
go1.23.1
(released 2024年09月05日)
includes
security
fixes to the encoding/gob, go/build/constraint, and go/parser packages, as well as
bug
fixes to the compiler, the go command, the runtime, and the database/sql, go/types, os, runtime/trace, and unique packages.
See the
Go 1.23.1 milestone
on our issue tracker for details.
go1.23.2
(released 2024年10月01日)
includes
fixes to the compiler, cgo, the runtime, and the maps, os, os/exec, time, and unique packages.
See the
Go 1.23.2 milestone
on our issue tracker for details.
go1.23.3
(released 2024年11月06日)
includes
fixes to the linker, the runtime, and the net/http, os, and syscall packages.
See the
Go 1.23.3 milestone
on our issue tracker for details.
go1.23.4
(released 2024年12月03日)
includes
fixes to the compiler, the runtime, the trace command, and the syscall package.
See the
Go 1.23.4 milestone
on our issue tracker for details.
go1.23.5
(released 2025年01月16日)
includes
security
fixes to the crypto/x509 and net/http packages, as well as
bug
fixes to the compiler, the runtime, and the net package.
See the
Go 1.23.5 milestone
on our issue tracker for details.
go1.23.6
(released 2025年02月04日)
includes
security
fixes to the crypto/elliptic package, as well as
bug
fixes to the compiler and the go command.
See the
Go 1.23.6 milestone
on our issue tracker for details.
go1.23.7
(released 2025年03月04日)
includes
security
fixes to the net/http package, as well as
bug
fixes to cgo, the compiler, and the reflect, runtime, and syscall packages.
See the
Go 1.23.7 milestone
on our issue tracker for details.
go1.23.8
(released 2025年04月01日)
includes
security
fixes to the net/http package, as well as
bug
fixes to the runtime and the go command.
See the
Go 1.23.8 milestone
on our issue tracker for details.
go1.23.9 (released 2025年05月06日) includes fixes to the runtime and the linker. See the Go 1.23.9 milestone on our issue tracker for details.
go1.23.10
(released 2025年06月05日)
includes
security
fixes to the net/http and os packages, as well as
bug
fixes to the linker.
See the
Go 1.23.10 milestone
on our issue tracker for details.
go1.23.11
(released 2025年07月08日)
includes
security
fixes to the go command, as well as
bug
fixes to the compiler, the linker, and the runtime.
See the
Go 1.23.11 milestone
on our issue tracker for details.
go1.23.12
(released 2025年08月06日)
includes
security
fixes to the database/sql and os/exec packages, as well as
bug
fixes to the runtime.
See the
Go 1.23.12 milestone
on our issue tracker for details.
go1.22.0 (released 2024年02月06日)
Go 1.22.0 is a major release of Go. Read the Go 1.22 Release Notes for more information.
Minor revisions
go1.22.1
(released 2024年03月05日)
includes
security
fixes to the crypto/x509, html/template, net/http, net/http/cookiejar, and net/mail packages, as well as
bug
fixes to the compiler, the go command, the runtime, the trace command, and the go/types and net/http packages.
See the
Go 1.22.1 milestone
on our issue tracker for details.
go1.22.2
(released 2024年04月03日)
includes
a
security
fix to the net/http package, as well as
bug
fixes to the compiler, the go command, the linker, and the encoding/gob, go/types, net/http, and runtime/trace packages.
See the
Go 1.22.2 milestone
on our issue tracker for details.
go1.22.3
(released 2024年05月07日)
includes
security
fixes to the go command and the net package, as well as
bug
fixes to the compiler, the runtime, and the net/http package.
See the
Go 1.22.3 milestone
on our issue tracker for details.
go1.22.4
(released 2024年06月04日)
includes
security
fixes to the archive/zip and net/netip packages, as well as
bug
fixes to the compiler, the go command, the linker, the runtime, and the os package.
See the
Go 1.22.4 milestone
on our issue tracker for details.
go1.22.5
(released 2024年07月02日)
includes
security
fixes to the net/http package, as well as
bug
fixes to the compiler, cgo, the go command, the linker, the runtime, and the crypto/tls, go/types, net, net/http, and os/exec packages.
See the
Go 1.22.5 milestone
on our issue tracker for details.
go1.22.6
(released 2024年08月06日)
includes
fixes to the go command, the compiler, the linker, the trace command, the covdata command, and the bytes, go/types, and os/exec packages.
See the
Go 1.22.6 milestone
on our issue tracker for details.
go1.22.7
(released 2024年09月05日)
includes
security
fixes to the encoding/gob, go/build/constraint, and go/parser packages, as well as
bug
fixes to the fix command and the runtime.
See the
Go 1.22.7 milestone
on our issue tracker for details.
go1.22.8
(released 2024年10月01日)
includes
fixes to cgo, and the maps and syscall packages.
See the
Go 1.22.8 milestone
on our issue tracker for details.
go1.22.9 (released 2024年11月06日) includes fixes to the linker. See the Go 1.22.9 milestone on our issue tracker for details.
go1.22.10
(released 2024年12月03日)
includes
fixes to the runtime and the syscall package.
See the
Go 1.22.10 milestone
on our issue tracker for details.
go1.22.11
(released 2025年01月16日)
includes
security
fixes to the crypto/x509 and net/http packages, as well as
bug
fixes to the runtime.
See the
Go 1.22.11 milestone
on our issue tracker for details.
go1.22.12
(released 2025年02月04日)
includes
security
fixes to the crypto/elliptic package, as well as
bug
fixes to the compiler and the go command.
See the
Go 1.22.12 milestone
on our issue tracker for details.
go1.21.0 (released 2023年08月08日)
Go 1.21.0 is a major release of Go. Read the Go 1.21 Release Notes for more information.
Minor revisions
go1.21.1
(released 2023年09月06日)
includes
four
security
fixes to the cmd/go, crypto/tls, and html/template packages, as well as
bug
fixes to 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.
See the
Go 1.21.1 milestone
on our issue tracker for details.
go1.21.2
(released 2023年10月05日)
includes
one
security
fix to the cmd/go package, as well as
bug
fixes to the compiler, the go command, the linker, the runtime, and the runtime/metrics package.
See the
Go 1.21.2 milestone
on our issue tracker for details.
go1.21.3
(released 2023年10月10日)
includes
a
security
fix to the net/http package.
See the
Go 1.21.3 milestone
on our issue tracker for details.
go1.21.4
(released 2023年11月07日)
includes
security
fixes to the path/filepath package, as well as
bug
fixes to the linker, the runtime, the compiler, and the go/types, net/http, and runtime/cgo packages.
See the
Go 1.21.4 milestone
on our issue tracker for details.
go1.21.5
(released 2023年12月05日)
includes
security
fixes to the go command, and the net/http and path/filepath packages, as well as
bug
fixes to the compiler, the go command, the runtime, and the crypto/rand, net, os, and syscall packages.
See the
Go 1.21.5 milestone
on our issue tracker for details.
go1.21.6
(released 2024年01月09日)
includes
fixes to the compiler, the runtime, and the crypto/tls, maps, and runtime/pprof packages.
See the
Go 1.21.6 milestone
on our issue tracker for details.
go1.21.7
(released 2024年02月06日)
includes
fixes to the compiler, the go command, the runtime, and the crypto/x509 package.
See the
Go 1.21.7 milestone
on our issue tracker for details.
go1.21.8
(released 2024年03月05日)
includes
security
fixes to the crypto/x509, html/template, net/http, net/http/cookiejar, and net/mail packages, as well as
bug
fixes to the go command and the runtime.
See the
Go 1.21.8 milestone
on our issue tracker for details.
go1.21.9
(released 2024年04月03日)
includes
a
security
fix to the net/http package, as well as
bug
fixes to the linker, and the go/types and net/http packages.
See the
Go 1.21.9 milestone
on our issue tracker for details.
go1.21.10
(released 2024年05月07日)
includes
security
fixes to the go command, as well as
bug
fixes to the net/http package.
See the
Go 1.21.10 milestone
on our issue tracker for details.
go1.21.11
(released 2024年06月04日)
includes
security
fixes to the archive/zip and net/netip packages, as well as
bug
fixes to the compiler, the go command, the runtime, and the os package.
See the
Go 1.21.11 milestone
on our issue tracker for details.
go1.21.12
(released 2024年07月02日)
includes
security
fixes to the net/http package, as well as
bug
fixes to the compiler, the go command, the runtime, and the crypto/x509, net/http, net/netip, and os packages.
See the
Go 1.21.12 milestone
on our issue tracker for details.
go1.21.13
(released 2024年08月06日)
includes
fixes to the go command, the covdata command, and the bytes package.
See the
Go 1.21.13 milestone
on our issue tracker for details.
go1.20 (released 2023年02月01日)
Go 1.20 is a major release of Go. Read the Go 1.20 Release Notes for more information.
Minor revisions
go1.20.1
(released 2023年02月14日)
includes
security
fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as
bug
fixes to the compiler, the go command, the linker, the runtime, and the time package.
See the
Go 1.20.1 milestone
on our issue tracker for details.
go1.20.2
(released 2023年03月07日)
includes
a
security
fix to the crypto/elliptic package, as well as
bug
fixes to the compiler, the covdata command, the linker, the runtime, and the crypto/ecdh, crypto/rsa, crypto/x509, os, and syscall packages.
See the
Go 1.20.2 milestone
on our issue tracker for details.
go1.20.3
(released 2023年04月04日)
includes
security
fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as
bug
fixes to the compiler, the linker, the runtime, and the time package.
See the
Go 1.20.3 milestone
on our issue tracker for details.
go1.20.4
(released 2023年05月02日)
includes
three
security
fixes to the html/template package, as well as
bug
fixes to the compiler, the runtime, and the crypto/subtle, crypto/tls, net/http, and syscall packages.
See the
Go 1.20.4 milestone
on our issue tracker for details.
go1.20.5
(released 2023年06月06日)
includes
four
security
fixes to the cmd/go and runtime packages, as well as
bug
fixes to the compiler, the go command, the runtime, and the crypto/rsa, net, and os packages.
See the
Go 1.20.5 milestone
on our issue tracker for details.
go1.20.6
(released 2023年07月11日)
includes
a
security
fix to the net/http package, as well as
bug
fixes to 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.
See the
Go 1.20.6 milestone
on our issue tracker for details.
go1.20.7
(released 2023年08月01日)
includes
a
security
fix to the crypto/tls package, as well as
bug
fixes to the assembler and the compiler.
See the
Go 1.20.7 milestone
on our issue tracker for details.
go1.20.8
(released 2023年09月06日)
includes
two
security
fixes to the html/template package, as well as
bug
fixes to the compiler, the go command, the runtime, and the crypto/tls, go/types, net/http, and path/filepath packages.
See the
Go 1.20.8 milestone
on our issue tracker for details.
go1.20.9
(released 2023年10月05日)
includes
one
security
fix to the cmd/go package, as well as
bug
fixes to the go command and the linker.
See the
Go 1.20.9 milestone
on our issue tracker for details.
go1.20.10
(released 2023年10月10日)
includes
a
security
fix to the net/http package.
See the
Go 1.20.10 milestone
on our issue tracker for details.
go1.20.11
(released 2023年11月07日)
includes
security
fixes to the path/filepath package, as well as
bug
fixes to the linker and the net/http package.
See the
Go 1.20.11 milestone
on our issue tracker for details.
go1.20.12
(released 2023年12月05日)
includes
security
fixes to the go command, and the net/http and path/filepath packages, as well as
bug
fixes to the compiler and the go command.
See the
Go 1.20.12 milestone
on our issue tracker for details.
go1.20.13
(released 2024年01月09日)
includes
fixes to the runtime and the crypto/tls package.
See the
Go 1.20.13 milestone
on our issue tracker for details.
go1.20.14
(released 2024年02月06日)
includes
fixes to the crypto/x509 package.
See the
Go 1.20.14 milestone
on our issue tracker for details.
go1.19 (released 2022年08月02日)
Go 1.19 is a major release of Go. Read the Go 1.19 Release Notes for more information.
Minor revisions
go1.19.1
(released 2022年09月06日)
includes
security
fixes to the net/http and net/url packages, as well as
bug
fixes to the compiler, the go command, the pprof command, the linker, the runtime, and the crypto/tls and crypto/x509 packages.
See the
Go 1.19.1 milestone
on our issue tracker for details.
go1.19.2
(released 2022年10月04日)
includes
security
fixes to the archive/tar, net/http/httputil, and regexp packages, as well as
bug
fixes to the compiler, the linker, the runtime, and the go/types package.
See the
Go 1.19.2 milestone
on our issue tracker for details.
go1.19.3
(released 2022年11月01日)
includes
security
fixes to the os/exec and syscall packages, as well as
bug
fixes to the compiler and the runtime.
See the
Go 1.19.3 milestone
on our issue tracker for details.
go1.19.4
(released 2022年12月06日)
includes
security
fixes to the net/http and os packages, as well as
bug
fixes to the compiler, the runtime, and the crypto/x509, os/exec, and sync/atomic packages.
See the
Go 1.19.4 milestone
on our issue tracker for details.
go1.19.5
(released 2023年01月10日)
includes
fixes to the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages.
See the
Go 1.19.5 milestone
on our issue tracker for details.
go1.19.6
(released 2023年02月14日)
includes
security
fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as
bug
fixes to the go command, the linker, the runtime, and the crypto/x509, net/http, and time packages.
See the
Go 1.19.6 milestone
on our issue tracker for details.
go1.19.7
(released 2023年03月07日)
includes
a
security
fix to the crypto/elliptic package, as well as
bug
fixes to the linker, the runtime, and the crypto/x509 and syscall packages.
See the
Go 1.19.7 milestone
on our issue tracker for details.
go1.19.8
(released 2023年04月04日)
includes
security
fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as
bug
fixes to the linker, the runtime, and the time package.
See the
Go 1.19.8 milestone
on our issue tracker for details.
go1.19.9
(released 2023年05月02日)
includes
three
security
fixes to the html/template package, as well as
bug
fixes to the compiler, the runtime, and the crypto/tls and syscall packages.
See the
Go 1.19.9 milestone
on our issue tracker for details.
go1.19.10
(released 2023年06月06日)
includes
four
security
fixes to the cmd/go and runtime packages, as well as
bug
fixes to the compiler, the go command, and the runtime.
See the
Go 1.19.10 milestone
on our issue tracker for details.
go1.19.11
(released 2023年07月11日)
includes
a
security
fix to the net/http package, as well as
bug
fixes to cgo, the cover tool, the go command, the runtime, and the go/printer package.
See the
Go 1.19.11 milestone
on our issue tracker for details.
go1.19.12
(released 2023年08月01日)
includes
a
security
fix to the crypto/tls package, as well as
bug
fixes to the assembler and the compiler.
See the
Go 1.19.12 milestone
on our issue tracker for details.
go1.19.13
(released 2023年09月06日)
includes
fixes to the go command, and the crypto/tls and net/http packages.
See the
Go 1.19.13 milestone
on our issue tracker for details.
go1.18 (released 2022年03月15日)
Go 1.18 is a major release of Go. Read the Go 1.18 Release Notes for more information.
Minor revisions
go1.18.1
(released 2022年04月12日)
includes
security
fixes to the crypto/elliptic, crypto/x509, and encoding/pem packages, as well as
bug
fixes to the compiler, linker, runtime, the go command, vet, and the bytes, crypto/x509, and go/types packages.
See the
Go 1.18.1 milestone
on our issue tracker for details.
go1.18.2
(released 2022年05月10日)
includes
security
fixes to the syscall package, as well as
bug
fixes to the compiler, runtime, the go command, and the crypto/x509, go/types, net/http/httptest, reflect, and sync/atomic packages.
See the
Go 1.18.2 milestone
on our issue tracker for details.
go1.18.3
(released 2022年06月01日)
includes
security
fixes to the crypto/rand, crypto/tls, os/exec, and path/filepath packages, as well as
bug
fixes to the compiler, and the crypto/tls and text/template/parse packages.
See the
Go 1.18.3 milestone
on our issue tracker for details.
go1.18.4
(released 2022年07月12日)
includes
security
fixes to the compress/gzip, encoding/gob, encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, as well as
bug
fixes to the compiler, the go command, the linker, the runtime, and the runtime/metrics package.
See the
Go 1.18.4 milestone
on our issue tracker for details.
go1.18.5
(released 2022年08月01日)
includes
security
fixes to the encoding/gob and math/big packages, as well as
bug
fixes to the compiler, the go command, the runtime, and the testing package.
See the
Go 1.18.5 milestone
on our issue tracker for details.
go1.18.6
(released 2022年09月06日)
includes
security
fixes to the net/http package, as well as
bug
fixes to the compiler, the go command, the pprof command, the runtime, and the crypto/tls, encoding/xml, and net packages.
See the
Go 1.18.6 milestone
on our issue tracker for details.
go1.18.7
(released 2022年10月04日)
includes
security
fixes to the archive/tar, net/http/httputil, and regexp packages, as well as
bug
fixes to the compiler, the linker, and the go/types package.
See the
Go 1.18.7 milestone
on our issue tracker for details.
go1.18.8
(released 2022年11月01日)
includes
security
fixes to the os/exec and syscall packages, as well as
bug
fixes to the runtime.
See the
Go 1.18.8 milestone
on our issue tracker for details.
go1.18.9
(released 2022年12月06日)
includes
security
fixes to the net/http and os packages, as well as
bug
fixes to cgo, the compiler, the runtime, and the crypto/x509 and os/exec packages.
See the
Go 1.18.9 milestone
on our issue tracker for details.
go1.18.10
(released 2023年01月10日)
includes
fixes to cgo, the compiler, the linker, and the crypto/x509, net/http, and syscall packages.
See the
Go 1.18.10 milestone
on our issue tracker for details.
go1.17 (released 2021年08月16日)
Go 1.17 is a major release of Go. Read the Go 1.17 Release Notes for more information.
Minor revisions
go1.17.1
(released 2021年09月09日)
includes
a
security
fix to the archive/zip package, as well as
bug
fixes to the compiler, linker, the go command, and the crypto/rand, embed, go/types, html/template, and net/http packages.
See the
Go 1.17.1 milestone
on our issue tracker for details.
go1.17.2
(released 2021年10月07日)
includes
security
fixes to linker and the misc/wasm directory, as well as
bug
fixes to the compiler, runtime, the go command, and the text/template and time packages.
See the
Go 1.17.2 milestone
on our issue tracker for details.
go1.17.3
(released 2021年11月04日)
includes
security
fixes to the archive/zip and debug/macho packages, as well as
bug
fixes to the compiler, linker, runtime, the go command, the misc/wasm directory, and the net/http and syscall packages.
See the
Go 1.17.3 milestone
on our issue tracker for details.
go1.17.4
(released 2021年12月02日)
includes
fixes to the compiler, linker, runtime, and the go/types, net/http, and time packages.
See the
Go 1.17.4 milestone
on our issue tracker for details.
go1.17.5
(released 2021年12月09日)
includes
security
fixes to the net/http and syscall packages.
See the
Go 1.17.5 milestone
on our issue tracker for details.
go1.17.6
(released 2022年01月06日)
includes
fixes to the compiler, linker, runtime, and the crypto/x509, net/http, and reflect packages.
See the
Go 1.17.6 milestone
on our issue tracker for details.
go1.17.7
(released 2022年02月10日)
includes
security
fixes to the go command, and the crypto/elliptic and math/big packages, as well as
bug
fixes to the compiler, linker, runtime, the go command, and the debug/macho, debug/pe, and net/http/httptest packages.
See the
Go 1.17.7 milestone
on our issue tracker for details.
go1.17.8
(released 2022年03月03日)
includes
a
security
fix to the regexp/syntax package, as well as
bug
fixes to the compiler, runtime, the go command, and the crypto/x509 and net packages.
See the
Go 1.17.8 milestone
on our issue tracker for details.
go1.17.9
(released 2022年04月12日)
includes
security
fixes to the crypto/elliptic and encoding/pem packages, as well as
bug
fixes to the linker and runtime.
See the
Go 1.17.9 milestone
on our issue tracker for details.
go1.17.10
(released 2022年05月10日)
includes
security
fixes to the syscall package, as well as
bug
fixes to the compiler, runtime, and the crypto/x509 and net/http/httptest packages.
See the
Go 1.17.10 milestone
on our issue tracker for details.
go1.17.11
(released 2022年06月01日)
includes
security
fixes to the crypto/rand, crypto/tls, os/exec, and path/filepath packages, as well as
bug
fixes to the crypto/tls package.
See the
Go 1.17.11 milestone
on our issue tracker for details.
go1.17.12
(released 2022年07月12日)
includes
security
fixes to the compress/gzip, encoding/gob, encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, as well as
bug
fixes to the compiler, the go command, the runtime, and the runtime/metrics package.
See the
Go 1.17.12 milestone
on our issue tracker for details.
go1.17.13
(released 2022年08月01日)
includes
security
fixes to the encoding/gob and math/big packages, as well as
bug
fixes to the compiler and the runtime.
See the
Go 1.17.13 milestone
on our issue tracker for details.
go1.16 (released 2021年02月16日)
Go 1.16 is a major release of Go. Read the Go 1.16 Release Notes for more information.
Minor revisions
go1.16.1
(released 2021年03月10日)
includes
security
fixes to the archive/zip and encoding/xml packages.
See the
Go 1.16.1 milestone
on our issue tracker for details.
go1.16.2
(released 2021年03月11日)
includes
fixes to cgo, the compiler, linker, the go command, and the syscall and time packages.
See the
Go 1.16.2 milestone
on our issue tracker for details.
go1.16.3
(released 2021年04月01日)
includes
fixes to the compiler, linker, runtime, the go command, and the testing and time packages.
See the
Go 1.16.3 milestone
on our issue tracker for details.
go1.16.4
(released 2021年05月06日)
includes
a
security
fix to the net/http package, as well as
bug
fixes to the compiler, runtime, and the archive/zip, syscall, and time packages.
See the
Go 1.16.4 milestone
on our issue tracker for details.
go1.16.5
(released 2021年06月03日)
includes
security
fixes to the archive/zip, math/big, net, and net/http/httputil packages, as well as
bug
fixes to the linker, the go command, and the net/http package.
See the
Go 1.16.5 milestone
on our issue tracker for details.
go1.16.6
(released 2021年07月12日)
includes
a
security
fix to the crypto/tls package, as well as
bug
fixes to the compiler, and the net and net/http packages.
See the
Go 1.16.6 milestone
on our issue tracker for details.
go1.16.7
(released 2021年08月05日)
includes
a
security
fix to the net/http/httputil package, as well as
bug
fixes to the compiler, linker, runtime, the go command, and the net/http package.
See the
Go 1.16.7 milestone
on our issue tracker for details.
go1.16.8
(released 2021年09月09日)
includes
a
security
fix to the archive/zip package, as well as
bug
fixes to the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages.
See the
Go 1.16.8 milestone
on our issue tracker for details.
go1.16.9
(released 2021年10月07日)
includes
security
fixes to linker and the misc/wasm directory, as well as
bug
fixes to runtime and the text/template package.
See the
Go 1.16.9 milestone
on our issue tracker for details.
go1.16.10
(released 2021年11月04日)
includes
security
fixes to the archive/zip and debug/macho packages, as well as
bug
fixes to the compiler, linker, runtime, the misc/wasm directory, and the net/http package.
See the
Go 1.16.10 milestone
on our issue tracker for details.
go1.16.11
(released 2021年12月02日)
includes
fixes to the compiler, runtime, and the net/http, net/http/httptest, and time packages.
See the
Go 1.16.11 milestone
on our issue tracker for details.
go1.16.12
(released 2021年12月09日)
includes
security
fixes to the net/http and syscall packages.
See the
Go 1.16.12 milestone
on our issue tracker for details.
go1.16.13
(released 2022年01月06日)
includes
fixes to the compiler, linker, runtime, and the net/http package.
See the
Go 1.16.13 milestone
on our issue tracker for details.
go1.16.14
(released 2022年02月10日)
includes
security
fixes to the go command, and the crypto/elliptic and math/big packages, as well as
bug
fixes to the compiler, linker, runtime, the go command, and the debug/macho, debug/pe, net/http/httptest, and testing packages.
See the
Go 1.16.14 milestone
on our issue tracker for details.
go1.16.15
(released 2022年03月03日)
includes
a
security
fix to the regexp/syntax package, as well as
bug
fixes to the compiler, runtime, the go command, and the net package.
See the
Go 1.16.15 milestone
on our issue tracker for details.
go1.15 (released 2020年08月11日)
Go 1.15 is a major release of Go. Read the Go 1.15 Release Notes for more information.
Minor revisions
go1.15.1
(released 2020年09月01日)
includes
security
fixes to the net/http/cgi and net/http/fcgi packages.
See the
Go 1.15.1 milestone
on our issue tracker for details.
go1.15.2
(released 2020年09月09日)
includes
fixes to the compiler, runtime, documentation, the go command, and the net/mail, os, sync, and testing packages.
See the
Go 1.15.2 milestone
on our issue tracker for details.
go1.15.3
(released 2020年10月14日)
includes
fixes to cgo, the compiler, runtime, the go command, and the bytes, plugin, and testing packages.
See the
Go 1.15.3 milestone
on our issue tracker for details.
go1.15.4
(released 2020年11月05日)
includes
fixes to cgo, the compiler, linker, runtime, and the compress/flate, net/http, reflect, and time packages.
See the
Go 1.15.4 milestone
on our issue tracker for details.
go1.15.5
(released 2020年11月12日)
includes
security
fixes to the go command and the math/big package.
See the
Go 1.15.5 milestone
on our issue tracker for details.
go1.15.6
(released 2020年12月03日)
includes
fixes to the compiler, linker, runtime, the go command, and the io package.
See the
Go 1.15.6 milestone
on our issue tracker for details.
go1.15.7
(released 2021年01月19日)
includes
security
fixes to the go command and the crypto/elliptic package.
See the
Go 1.15.7 milestone
on our issue tracker for details.
go1.15.8
(released 2021年02月04日)
includes
fixes to the compiler, linker, runtime, the go command, and the net/http package.
See the
Go 1.15.8 milestone
on our issue tracker for details.
go1.15.9
(released 2021年03月10日)
includes
security
fixes to the encoding/xml package.
See the
Go 1.15.9 milestone
on our issue tracker for details.
go1.15.10
(released 2021年03月11日)
includes
fixes to the compiler, the go command, and the net/http, os, syscall, and time packages.
See the
Go 1.15.10 milestone
on our issue tracker for details.
go1.15.11
(released 2021年04月01日)
includes
fixes to cgo, the compiler, linker, runtime, the go command, and the database/sql and net/http packages.
See the
Go 1.15.11 milestone
on our issue tracker for details.
go1.15.12
(released 2021年05月06日)
includes
a
security
fix to the net/http package, as well as
bug
fixes to the compiler, runtime, and the archive/zip, syscall, and time packages.
See the
Go 1.15.12 milestone
on our issue tracker for details.
go1.15.13
(released 2021年06月03日)
includes
security
fixes to the archive/zip, math/big, net, and net/http/httputil packages, as well as
bug
fixes to the linker, the go command, and the math/big and net/http packages.
See the
Go 1.15.13 milestone
on our issue tracker for details.
go1.15.14
(released 2021年07月12日)
includes
a
security
fix to the crypto/tls package, as well as
bug
fixes to the linker and the net package.
See the
Go 1.15.14 milestone
on our issue tracker for details.
go1.15.15
(released 2021年08月05日)
includes
a
security
fix to the net/http/httputil package, as well as
bug
fixes to the compiler, runtime, the go command, and the net/http package.
See the
Go 1.15.15 milestone
on our issue tracker for details.
go1.14 (released 2020年02月25日)
Go 1.14 is a major release of Go. Read the Go 1.14 Release Notes for more information.
Minor revisions
go1.14.1 (released 2020年03月19日) includes fixes to the go command, tools, and the runtime. See the Go 1.14.1 milestone on our issue tracker for details.
go1.14.2
(released 2020年04月08日)
includes
fixes to cgo, the go command, the runtime, and the os/exec and testing packages.
See the
Go 1.14.2 milestone
on our issue tracker for details.
go1.14.3
(released 2020年05月14日)
includes
fixes to cgo, the compiler, the runtime, and the go/doc and math/big packages.
See the
Go 1.14.3 milestone
on our issue tracker for details.
go1.14.4
(released 2020年06月01日)
includes
fixes to the go doc command, the runtime, and the encoding/json and os packages.
See the
Go 1.14.4 milestone
on our issue tracker for details.
go1.14.5
(released 2020年07月14日)
includes
security
fixes to the crypto/x509 and net/http packages.
See the
Go 1.14.5 milestone
on our issue tracker for details.
go1.14.6
(released 2020年07月16日)
includes
fixes to the go command, the compiler, the linker, vet, and the database/sql, encoding/json, net/http, reflect, and testing packages.
See the
Go 1.14.6 milestone
on our issue tracker for details.
go1.14.7
(released 2020年08月06日)
includes
security
fixes to the encoding/binary package.
See the
Go 1.14.7 milestone
on our issue tracker for details.
go1.14.8
(released 2020年09月01日)
includes
security
fixes to the net/http/cgi and net/http/fcgi packages.
See the
Go 1.14.8 milestone
on our issue tracker for details.
go1.14.9
(released 2020年09月09日)
includes
fixes to the compiler, linker, runtime, documentation, and the net/http and testing packages.
See the
Go 1.14.9 milestone
on our issue tracker for details.
go1.14.10
(released 2020年10月14日)
includes
fixes to the compiler, runtime, and the plugin and testing packages.
See the
Go 1.14.10 milestone
on our issue tracker for details.
go1.14.11
(released 2020年11月05日)
includes
fixes to the runtime, and the net/http and time packages.
See the
Go 1.14.11 milestone
on our issue tracker for details.
go1.14.12
(released 2020年11月12日)
includes
security
fixes to the go command and the math/big package.
See the
Go 1.14.12 milestone
on our issue tracker for details.
go1.14.13
(released 2020年12月03日)
includes
fixes to the compiler, runtime, and the go command.
See the
Go 1.14.13 milestone
on our issue tracker for details.
go1.14.14
(released 2021年01月19日)
includes
security
fixes to the go command and the crypto/elliptic package.
See the
Go 1.14.14 milestone
on our issue tracker for details.
go1.14.15
(released 2021年02月04日)
includes
fixes to the compiler, runtime, the go command, and the net/http package.
See the
Go 1.14.15 milestone
on our issue tracker for details.
go1.13 (released 2019年09月03日)
Go 1.13 is a major release of Go. Read the Go 1.13 Release Notes for more information.
Minor revisions
go1.13.1
(released 2019年09月25日)
includes
security
fixes to the net/http and net/textproto packages.
See the
Go 1.13.1 milestone
on our issue tracker for details.
go1.13.2
(released 2019年10月17日)
includes
security
fixes to the compiler and the crypto/dsa package.
See the
Go 1.13.2 milestone
on our issue tracker for details.
go1.13.3
(released 2019年10月17日)
includes
fixes to the go command, the toolchain, the runtime, and the crypto/ecdsa, net, net/http, and syscall packages.
See the
Go 1.13.3 milestone
on our issue tracker for details.
go1.13.4
(released 2019年10月31日)
includes
fixes to 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.
See the
Go 1.13.4 milestone
on our issue tracker for details.
go1.13.5
(released 2019年12月04日)
includes
fixes to the go command, the runtime, the linker, and the net/http package.
See the
Go 1.13.5 milestone
on our issue tracker for details.
go1.13.6
(released 2020年01月09日)
includes
fixes to the runtime and the net/http package.
See the
Go 1.13.6 milestone
on our issue tracker for details.
go1.13.7
(released 2020年01月28日)
includes
two
security
fixes to the crypto/x509 package.
See the
Go 1.13.7 milestone
on our issue tracker for details.
go1.13.8
(released 2020年02月12日)
includes
fixes to the runtime, and the crypto/x509 and net/http packages.
See the
Go 1.13.8 milestone
on our issue tracker for details.
go1.13.9
(released 2020年03月19日)
includes
fixes to the go command, tools, the runtime, the toolchain, and the crypto/cypher package.
See the
Go 1.13.9 milestone
on our issue tracker for details.
go1.13.10
(released 2020年04月08日)
includes
fixes to the go command, the runtime, and the os/exec and time packages.
See the
Go 1.13.10 milestone
on our issue tracker for details.
go1.13.11 (released 2020年05月14日) includes fixes to the compiler. See the Go 1.13.11 milestone on our issue tracker for details.
go1.13.12
(released 2020年06月01日)
includes
fixes to the runtime, and the go/types and math/big packages.
See the
Go 1.13.12 milestone
on our issue tracker for details.
go1.13.13
(released 2020年07月14日)
includes
security
fixes to the crypto/x509 and net/http packages.
See the
Go 1.13.13 milestone
on our issue tracker for details.
go1.13.14
(released 2020年07月16日)
includes
fixes to the compiler, vet, and the database/sql, net/http, and reflect packages.
See the
Go 1.13.14 milestone
on our issue tracker for details.
go1.13.15
(released 2020年08月06日)
includes
security
fixes to the encoding/binary package.
See the
Go 1.13.15 milestone
on our issue tracker for details.
go1.12 (released 2019年02月25日)
Go 1.12 is a major release of Go. Read the Go 1.12 Release Notes for more information.
Minor revisions
go1.12.1
(released 2019年03月14日)
includes
fixes to cgo, the compiler, the go command, and the fmt, net/smtp, os, path/filepath, sync, and text/template packages.
See the
Go 1.12.1 milestone
on our issue tracker for details.
go1.12.2
(released 2019年04月05日)
includes
security
fixes to the runtime, as well as
bug
fixes to the compiler, the go command, and the doc, net, net/http/httputil, and os packages.
See the
Go 1.12.2 milestone
on our issue tracker for details.
go1.12.3 (released 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 (released 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
(released 2019年05月06日)
includes
fixes to the compiler, the linker, the go command, the runtime, and the os package.
See the
Go 1.12.5 milestone
on our issue tracker for details.
go1.12.6
(released 2019年06月11日)
includes
fixes to the compiler, the linker, the go command, and the crypto/x509, net/http, and os packages.
See the
Go 1.12.6 milestone
on our issue tracker for details.
go1.12.7 (released 2019年07月08日) includes fixes to cgo, the compiler, and the linker. See the Go 1.12.7 milestone on our issue tracker for details.
go1.12.8
(released 2019年08月13日)
includes
security
fixes to the net/http and net/url packages.
See the
Go 1.12.8 milestone
on our issue tracker for details.
go1.12.9
(released 2019年08月15日)
includes
fixes to the linker, and the math/big and os packages.
See the
Go 1.12.9 milestone
on our issue tracker for details.
go1.12.10
(released 2019年09月25日)
includes
security
fixes to the net/http and net/textproto packages.
See the
Go 1.12.10 milestone
on our issue tracker for details.
go1.12.11
(released 2019年10月17日)
includes
security
fixes to the crypto/dsa package.
See the
Go 1.12.11 milestone
on our issue tracker for details.
go1.12.12
(released 2019年10月17日)
includes
fixes to the go command, runtime, and the net and syscall packages.
See the
Go 1.12.12 milestone
on our issue tracker for details.
go1.12.13 (released 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 (released 2019年12月04日) includes a fix to the runtime. See the Go 1.12.14 milestone on our issue tracker for details.
go1.12.15
(released 2020年01月09日)
includes
fixes to the runtime and the net/http package.
See the
Go 1.12.15 milestone
on our issue tracker for details.
go1.12.16
(released 2020年01月28日)
includes
two
security
fixes to the crypto/x509 package.
See the
Go 1.12.16 milestone
on our issue tracker for details.
go1.12.17 (released 2020年02月12日) includes a fix to the runtime. See the Go 1.12.17 milestone on our issue tracker for details.
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.
Minor revisions
go1.11.1
(released 2018年10月01日)
includes
fixes to the compiler, documentation, go command, runtime, and the crypto/x509, encoding/json, go/types, net, net/http, and reflect packages.
See the
Go 1.11.1 milestone
on our issue tracker for details.
go1.11.2
(released 2018年11月02日)
includes
fixes to the compiler, linker, documentation, go command, and the database/sql and go/types packages.
See the
Go 1.11.2 milestone
on our issue tracker for details.
go1.11.3
(released 2018年12月12日)
includes
three
security
fixes to "go get" and the crypto/x509 package.
See the
Go 1.11.3 milestone
on our issue tracker for details.
go1.11.4
(released 2018年12月14日)
includes
fixes to 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 "...".
See the
Go 1.11.4 milestone
on our issue tracker for details.
go1.11.5
(released 2019年01月23日)
includes
a
security
fix to the crypto/elliptic package.
See the
Go 1.11.5 milestone
on our issue tracker for details.
go1.11.6
(released 2019年03月14日)
includes
fixes to cgo, the compiler, linker, runtime, go command, and the crypto/x509, encoding/json, net, and net/url packages.
See the
Go 1.11.6 milestone
on our issue tracker for details.
go1.11.7
(released 2019年04月05日)
includes
fixes to the runtime and the net package.
See the
Go 1.11.7 milestone
on our issue tracker for details.
go1.11.8 (released 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 (released 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 (released 2019年05月06日) includes security fixes to the runtime, as well as bug fixes to the linker. See the Go 1.11.10 milestone on our issue tracker for details.
go1.11.11
(released 2019年06月11日)
includes
a
fix to the crypto/x509 package.
See the
Go 1.11.11 milestone
on our issue tracker for details.
go1.11.12 (released 2019年07月08日) includes fixes to the compiler and the linker. See the Go 1.11.12 milestone on our issue tracker for details.
go1.11.13
(released 2019年08月13日)
includes
security
fixes to the net/http and net/url packages.
See the
Go 1.11.13 milestone
on our issue tracker for details.
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
security
fixes to the go command, as well as
bug
fixes to the compiler, runtime, and the archive/zip, crypto/tls, crypto/x509, encoding/json, net, net/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/tls, crypto/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 bytes, mime/multipart, net/http, and strings packages.
See the
Go 1.10.4 milestone
on our issue tracker for details.
go1.10.5
(released 2018年11月02日)
includes
fixes to the go command, linker, runtime, and the database/sql package.
See the
Go 1.10.5 milestone
on our issue tracker for details.
go1.10.6
(released 2018年12月12日)
includes
three
security
fixes to "go get" and the crypto/x509 package.
It contains the same fixes as Go 1.11.3 and was released at the same time.
See the
Go 1.10.6 milestone
on our issue tracker for details.
go1.10.7
(released 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
(released 2019年01月23日)
includes
a
security
fix to the crypto/elliptic package.
See the
Go 1.10.8 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/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.
See the
Go 1.9.2 milestone
on our issue tracker for details.
go1.9.3
(released 2018年01月22日)
includes
security
fixes to the net/url package, as well as
bug
fixes to the compiler, runtime, and the database/sql, math/big, and net/http 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
security
fixes to the go command, as well as
bug
fixes to the compiler, go command, and the 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/tls,
encoding/xml, image/png, net,
net/http, reflect, text/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/sql package.
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/flate, hash/crc32,
io, net, net/http,
path/filepath, reflect, and syscall
packages.
See the Go
1.7.1 milestone on 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/cipher, crypto/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/multipart, net/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 fmt, net/textproto, net/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/multipart, net, 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/tls package.
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 log, syscall, and runtime packages.
See the Go 1.4.1 milestone on our issue tracker for details.
go1.4.2 (released 2015年02月17日) includes security fixes to the compiler, and bug fixes to the go command, the compiler and linker, and the runtime, syscall, reflect, 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 runtime package.
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 runtime, net, and crypto/rsa packages.
See the change history for details.
go1.3.2 (released 2014年09月25日) includes security fixes to the crypto/tls package and bug fixes to cgo.
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 runtime, net, 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 a security fix to the compiler and several bug fixes to the compiler and runtime. See the change history for details.
go1.1.2 (released 2013年08月13日) includes fixes to the gc compiler
and cgo, and the bufio, runtime,
syscall, and time packages.
See the change history for details.
If you use package syscall's Getrlimit and Setrlimit
functions 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.