-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Support Go 1.17 compiler toolchain #1890
Comments
Should be as simple as adding the new syntax. From https://tip.golang.org/doc/go1.17:
|
Though I'm very surprised that actions/setup-go is included a beta release for the "1.x" go version. I would expect that to be the latest stable release. I seem to recall running into this before, so will look into that separately. |
fixed the "1.x" stable release issue in 77dd0eb |
In #1889, a simple typo fix in the
README.md
file demonstrated that the Go 1.17 compiler toolchain is now modifying the formatting of// +build
lines.We will need to fix this before we are able to continue merging PRs.
The text was updated successfully, but these errors were encountered: