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

Add Support for Go 1.15 #1200

Merged
merged 2 commits into from Nov 3, 2020
Merged

Add Support for Go 1.15 #1200

merged 2 commits into from Nov 3, 2020

Commits on Oct 30, 2020

  1. Add Support for Go 1.15

    And also drop support for Go 1.12 in line with Go's Release Policy https://golang.org/doc/devel/release.html#policy
    asahasrabuddhe committed Oct 30, 2020
    Copy the full SHA
    2a5a092 View commit details
    Browse the repository at this point in the history
  2. Reduce desiredMinBinarySize

    Updating the Go version has also optimized the binary size, so the desiredMinBinarySize is being updated to be 1.9
    asahasrabuddhe committed Oct 30, 2020
    Copy the full SHA
    06e5709 View commit details
    Browse the repository at this point in the history