Golangci-lint: Semantic versioning with v1.33.1

Created on 28 Dec 2020  路  5Comments  路  Source: golangci/golangci-lint

According to semantic versioning , on patch version we don't expect that added new linter.
This is not the case with v1.33.1

In our CI, we always take the latest from Minor version (here v1.33 with golangci/golangci-lint:v1.33) because we want to get all fix on current linter.
By the way, we enable all linter and exclude those we don't want in order to easily test the new added linter and fix the code or exclude the new added linter according our policy.

So the result here was an unexpected break of our CI.

Here, it will be more compliance with semantic versioning to tag this version as v1.34.0.

Thanks for your jobs

bug

All 5 comments

Hello,

there was a communication problem during the creation of the release, we are correcting the problem.

https://github.com/orgs/golangci/teams/team/discussions/5

We will release a v1.33.2 based on v1.33.0 then we will release a v1.34.0 based on the master branch.

great!
when v1.33.2 is released, I will check and close this issue if all is ok.

The v1.33.2 has been published

With v1.33.2, it works like a charm.

Many thx for your support.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

liubog2008 picture liubog2008  路  3Comments

ferhatelmas picture ferhatelmas  路  4Comments

lnshi picture lnshi  路  4Comments

jirfag picture jirfag  路  3Comments

jsm picture jsm  路  5Comments