You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some recommendations about how best to pass around source code and dependencies on the CircleCI blog. Use checkout to retrieve source, and restore_cache to fetch cached Go modules.
The check_formatting and vet_source jobs can be folded into lint_source, since golangci-lint is capable of running these tools.
Strongly believe we should also be reporting code coverage (even if it's unflattering before #5 is actioned.)
The text was updated successfully, but these errors were encountered:
There are some recommendations about how best to pass around source code and dependencies on the CircleCI blog. Use
checkout
to retrieve source, andrestore_cache
to fetch cached Go modules.The
check_formatting
andvet_source
jobs can be folded intolint_source
, sincegolangci-lint
is capable of running these tools.Strongly believe we should also be reporting code coverage (even if it's unflattering before #5 is actioned.)
The text was updated successfully, but these errors were encountered: