0.10.0
Improvements
Disable golangci-lint
's default excluded issues — #72 ⇄ #73 (⊶ c099c6e)
↠ By default golangci-lint excludes specific issues (matches) that are known to be "annoying", but this also includes issues explicitly enabled by this template, e.g. the revive rule to check that exported function and methods always have a comment.
To prevent these issues to be found the default excludes will be disables through the issues.exclude-use-default
configuration field.
Cache Go dependencies and build outputs in ci-go
workflow — #74 ⇄ #75 (⊶ 05c0d38)
↠ To improve workflow execution time for the ci-go
workflow the actions/cache
GitHub action is now used to cache Go dependencies and build outputs. Also see the detailed documentation about “Caching dependencies to speed up workflows“ to learn more about the way action/cache
works.
The full changelog is available in the repository
Copyright © 2020-present Sven Greb