Releases: mittwald/golangci-lint-cfg
Releases · mittwald/golangci-lint-cfg
0.1.0
0.0.38
Merge pull request #26 from mittwald/update-golangci-lint Update golangci-lint for go 1.24 support
0.0.37
Merge pull request #25 from mittwald/task/cleanup-deprecated-linter cleanup deprecated linter
0.0.36
Merge pull request #24 from mittwald/bump-golangci-v1.61.0 update golangci lint to v1.61.0
0.0.35
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
- Update golangci-lint to 1.57.1 by @maxihafer in #22
Full Changelog: 0.0.34...0.0.35
0.0.34
Merge pull request #21 from mittwald/update/bump-golangci-1.56.2 bump golangci to 1.56.2
0.0.33
Merge pull request #20 from mittwald/task/generate-local-cfg add possiblity to create a copy of the generated .golangci.yml