-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Remove go version check for make fmt #2558
Remove go version check for make fmt #2558
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2558 +/- ##
=======================================
Coverage 26.99% 26.99%
=======================================
Files 85 85
Lines 17097 17097
=======================================
Hits 4615 4615
Misses 11807 11807
Partials 675 675 Continue to review full report at Codecov.
|
LGTM |
We could simply use go1.7 tag on main.go ? This would drop support for 1.6 and below (even for compilation). |
otherwise we should keep checking version for fmt and add 1.9 for required-gofmt-version. |
LGTM |
@sapk I think document which version are supported is enough. Otherwise will ever have to keep updating it for future versions of Go. |
To not have problems with new versions of go