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

Update Go to 1.15 #1552

Merged
merged 4 commits into from
Aug 21, 2020
Merged

Update Go to 1.15 #1552

merged 4 commits into from
Aug 21, 2020

Commits on Aug 19, 2020

  1. Set minimum TLS version to 1.2

    It's now the industry standard to deprecate TLS 1.0 and 1.1.
    
    See: https://tools.ietf.org/html/draft-ietf-tls-oldversions-deprecate-00
    janisz committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    903f678 View commit details
    Browse the repository at this point in the history
  2. Bump Go 1.15

    Currently DC/OS CLI keeps backward compatibility for
    macOS 10.10 Yosemite (2014) after updating Go version
    we will drop it and support only macOS 10.12 Sierra or later.
    janisz committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    ea6a40e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Use mesos image to build binaries

    Use newer base kernel as recommended in
    golang/go#40893
    janisz committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    05b097a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    janisz committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    d1bb02a View commit details
    Browse the repository at this point in the history