0.8.0
Improvements
Update to golangci-lint v1.39.x
— #56 ⇄ #57 (⊶ 3e60efb)
↠ golangci-lint
version 1.39.0 introduced new linters and updated supported ones:
- predeclared (v1.35.0) — Checks for definitions and declarations that shadows one of Go's pre-declared identifiers.
This linter is disabled by default, but will be enabled for this template to help to prevent shadowed identifiers. - interfacer (v1.38.0) — Has been deprecated and will be removed from the enabled linter in this template.
- scopelint (v1.39.0) — Has been deprecated and will be replaced by exportloopref.
Theexportloopref
linter is disabled by default, but will be enabled for this template to help to catch loop variable bugs.
Update to tmpl
template repository version 0.9.0
— #58 ⇄ #59 (⊶ 5f0b1cf)
↠ Updated to tmpl
version 0.9.0
which moves from Yarn back to npm again, improves and clarifies the handling of lockfiles and comes with some major Node package dependency & GitHub action version updates.
The full changelog is available in the repository
Copyright © 2019-present Sven Greb