Skip to content

Releases: mittwald/golangci-lint-cfg

0.0.37

23 Sep 12:17
b8e05c1
Compare
Choose a tag to compare
Merge pull request #25 from mittwald/task/cleanup-deprecated-linter

cleanup deprecated linter

0.0.36

23 Sep 11:33
610352b
Compare
Choose a tag to compare
Merge pull request #24 from mittwald/bump-golangci-v1.61.0

update golangci lint to v1.61.0

0.0.35

28 Mar 08:46
2972ae3
Compare
Choose a tag to compare

Notable Changes

go version 1.21 introduced toolchains which aim to decouple the versioning of go's tooling from the language itself. The docker images of golangci-lint below 1.57.1 prevented the use of tooling versions newer than the used base image. golangci-lint version 1.57.1 allows downloading toolchains at runtime by setting GOTOOLCHAIN=auto.

What's Changed

Full Changelog: 0.0.34...0.0.35

0.0.34

28 Feb 12:31
9370aa7
Compare
Choose a tag to compare
Merge pull request #21 from mittwald/update/bump-golangci-1.56.2

bump golangci to 1.56.2

0.0.33

23 Nov 10:33
0f1e9b9
Compare
Choose a tag to compare
Merge pull request #20 from mittwald/task/generate-local-cfg

add possiblity to create a copy of the generated .golangci.yml

0.0.32

17 Nov 06:09
0f8c5b6
Compare
Choose a tag to compare

Update base linter config by disabling protogetter

0.0.31

16 Nov 08:56
19abace
Compare
Choose a tag to compare

Update golangci-lint to version 1.55.2

0.0.30

23 Aug 15:53
b987414
Compare
Choose a tag to compare
Merge pull request #17 from mittwald/update/client

Bump golang-ci-lint version to support go1.21

0.0.29

12 May 07:02
16a99a1
Compare
Choose a tag to compare
Merge pull request #16 from mittwald/disablevarnamelen

disable varnamelen

0.0.28

27 Apr 12:17
13db2c9
Compare
Choose a tag to compare
Merge pull request #15 from mittwald/removefieldalignment

remove govet fieldalignment