-
-
Notifications
You must be signed in to change notification settings - Fork 150
Add Lint and check formatting of a Go module workflow #742
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
Conversation
Codecov ReportBase: 8.45% // Head: 11.08% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #742 +/- ##
=========================================
+ Coverage 8.45% 11.08% +2.63%
=========================================
Files 64 50 -14
Lines 5052 3853 -1199
=========================================
Hits 427 427
+ Misses 4571 3372 -1199
Partials 54 54
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
On every push and pull request that affects relevant files, check the Go module for: - Common detectable errors in the code. - Use of outdated APIs - Code style violations - Code formatting inconsistency - Misconfiguration
* bump go version to the latest available one * bump go mod to 1.19 * forgot to remove this in #742 * `go get` starting from 1.17 is deprecated to install binaries https://go.dev/doc/go-get-install-deprecation * Go dropped support for x87 in go 1.15 golang/go#40255 * fix buildtag
On every push and pull request that affects relevant files, check the repository's Go module for: