-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 go1.16 support #1740
Add go1.16 support #1740
Conversation
fixed |
@ernado could you update the CI check requirements settings in GitHub? |
Hey @ldez, I've updated settings, now it is required to pass go1.{14,15,16} and the go1.13 requirement was dropped. |
maybe it's time to cut off a new release as well ? I have been building from source for ttime being :( |
The related changes in goreleaser goreleaser/goreleaser#1956 and https://github.com/goreleaser/goreleaser/releases/tag/v0.156.1. Seems like it will just work without any update required for .goreleaser.yaml |
We have to wait for the new alpine Docker image for go1.16 before merging the PR.
docker-library/official-images#9639
Also, we will have to update the CI check requirements settings in GitHub
Fixes #1725