vitess.io/vitess@v0.16.2/changelog/13.0/13.0.2/summary.md (about) 1 ## Major Changes 2 3 ### Upgrade to `go1.17.12` 4 5 Vitess `v13.0.2` now runs on `go1.17.12`. 6 The patch release of Go, `go1.17.12`, was one of main motivations for this release as it includes important security fixes to packages used by Vitess. 7 Below is a summary of this patch release. You can learn more [here](https://go.dev/doc/devel/release#go1.17). 8 9 > 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](https://github.com/golang/go/issues?q=milestone%3AGo1.17.12+label%3ACherryPickApproved) on our issue tracker for details.