Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@majewsky majewsky released this 26 Dec 11:52
· 1 commit to master since this release
v3.0.1

Changes:

  • Update the build system to use golangci-lint instead of the deprecated golint tool.
  • The make check target can now be instructed to skip installing and running golangci-lint by setting SKIP_STATIC_CHECK=true.

Packagers beware:

  • The build system now expects Go 1.16 or newer.
  • Since the results of golangci-lint are known to be unstable over time, esp. between different Go versions, packagers are advised to set the environment variable SKIP_STATIC_CHECK=true when running make check (as explained above).