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

v2.9.x: Change CI and nightlies to use Go 1.20 #4487

Merged
merged 3 commits into from
Sep 4, 2023
Merged

v2.9.x: Change CI and nightlies to use Go 1.20 #4487

merged 3 commits into from
Sep 4, 2023

Commits on Sep 4, 2023

  1. Bump v2.9 CI and nightlies to Go 1.20

    Signed-off-by: Waldemar Quevedo <wally@nats.io>
    sylr authored and wallyqs committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a6f7f54 View commit details
    Browse the repository at this point in the history
  2. Fix resetting TLS name from solicited remotes

    In +Go 1.20, the x509.HostnameError changed to be wrapped in a
    tls.CertificateVerificationError so sometimes the name would not
    be reset.
    
    This would make the `TestGatewayTLSMixedIPAndDNS` test flake sometimes.
    
    Signed-off-by: Waldemar Quevedo <wally@nats.io>
    wallyqs committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d8bdbc3 View commit details
    Browse the repository at this point in the history
  3. Remove Go 1.19 build

    Signed-off-by: Waldemar Quevedo <wally@nats.io>
    wallyqs committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7a2020a View commit details
    Browse the repository at this point in the history