-
-
Notifications
You must be signed in to change notification settings - Fork 678
Update exercises' go.mod to 1.16 #1955
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 exercises' go.mod to 1.16 #1955
Conversation
Dear andrerfcsantosThank you for contributing to the Go track on Exercism! 💙
Dear Reviewer/Maintainer
Automated comment created by PR Commenter 🤖. |
|
In case someone else is looking for this info: The go version in the go.mod file only affects vendoring (which we don't use) and the use of new language features. You can have go 1.13 installed locally and run a program with a go.mod file that specifies go 1.16 without any problems as long as you don't use any language features that are not available in go 1.13. |
9cd567d to
bf2bf5b
Compare
bf2bf5b to
a56deb7
Compare
|
LGTM, feel free to merge |
|
@andrerfcsantos Feel free to change the size label to "medium" here. I feel with all the debugging it was more work than "small". |
PR made by running:
gomod-sync.exe update --exercises "..\exercises" --goversion 1.16See #1954
This must be merged only after exercism/go-test-runner#57