vitess.io/vitess@v0.16.2/changelog/15.0/15.0.2/summary.md (about)

     1  ## Major Changes
     2  
     3  ### Upgrade to `go1.18.9`
     4  
     5  Vitess `v15.0.2` now runs on `go1.18.9`.
     6  The patch release of Go, `go1.18.9`, was one of the main reasons for this release as it includes an important security fixe to `net/http` package, which is use extensively by Vitess.
     7  Below is a summary of this patch release. You can learn more [here](https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU).
     8  
     9  > 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.
    10