Skip to content

v1.40.0

Latest
Compare
Choose a tag to compare
@autorelease3 autorelease3 released this 28 Oct 07:29
· 32 commits to master since this release
v1.40.0
669a55f

🐛 Fixes

  • Improves the performance of the "golint" check by several orders of magnitude by downgrading the "golang.org/x/tools" module dependency from v0.26.0 -> v0.1.10.

    This fixes the major performance regression introduced in version v1.37.0 of this check.

    Because "golint" itself is deprecated/frozen, using not keeping this dependency up-to-date should not be an issue. (#248)