Update to `tmpl-go` template repository version `0.12.0`
svengreb opened this issue · 0 comments
svengreb commented
Update to tmpl-go
version 0.12.0
, including the versions in between starting from 0.7.0:
- Updated to Go 1.17.
- Updated to golangci-lint
v1.43.0
. - Updated to
tmpl
template repository version0.11.0
. - Optimized GitHub action workflows for Go and Node.
- Disabled golangci-lint's default excluded issues.
- Introduced Go dependency caching and build outputs in
ci-go
workflow. - Disabled revive linter rule
package-comments
. - Fixed golangci-lint fail to run due to
revives
unknowntime-equal
rule. - Updated Node.js packages & GitHub actions.
This will also include changes required for any linter matches.