Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/1.4] Update Go to 1.16.14 #6527

Merged
merged 3 commits into from Feb 15, 2022

Commits on Feb 8, 2022

  1. [release/1.4] Update Go to 1.16.13

    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:
    
    https://github.com/golang/go/issues?q=milestone%3AGo1.16.13+label%3ACherryPickApproved
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 8, 2022
    Copy the full SHA
    f524d6d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. [release/1.4] update Go to 1.16.14

    Includes security fixes for crypto/elliptic (CVE-2022-23806), math/big (CVE-2022-23772),
    and cmd/go (CVE-2022-23773).
    
    go1.16.14 (released 2022-02-10) includes security fixes to the crypto/elliptic,
    math/big packages and to the go command, 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:
    
    https://github.com/golang/go/issues?q=milestone%3AGo1.16.14+label%3ACherryPickApproved
    
    full diff: golang/go@go1.16.13...go1.16.14
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 15, 2022
    Copy the full SHA
    b907c24 View commit details
    Browse the repository at this point in the history
  2. Do not use go get to install executables

    https://go.dev/doc/go-get-install-deprecation
    
    Based on commit 6b0e241, but modified
    to apply to the 1.4 branch.
    
    Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    kzys authored and thaJeztah committed Feb 15, 2022
    Copy the full SHA
    d6d073b View commit details
    Browse the repository at this point in the history