diff --git a/CHANGELOG.md b/CHANGELOG.md index 39de30cb0da2..170328463f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) There is the most valuable changes log: +### v1.56.1 + +1. updated linters + * `errcheck`: from 1.6.3 to 1.7.0 + * `govet`: disable `loopclosure` with go1.22 + * `revive`: from 1.3.6 to 1.3.7 + * `testifylint`: from 1.1.0 to 1.1.1 + ### v1.56.0 1. new linters @@ -36,6 +44,7 @@ There is the most valuable changes log: * `wsl`: from 3.4.0 to 4.2.0 * `zerologlint`: from 0.1.3 to 0.1.5 3. misc. + * 🎉 go1.22 support * Implement stats per linter with a flag * fix: make versioning inside Docker image consistent with binaries * fix: parse Go RC version diff --git a/README.md b/README.md index bf93aee49c25..1c685320b4bd 100644 --- a/README.md +++ b/README.md @@ -74,16 +74,16 @@ The Core Team has the following responsibilities:
Pierre R |
Stephan Renatus |
+ Adam Jones |
Martin Desrumaux |
tdakkota |
Ivan |
- Adam Jones |
Carlos Henrique GuardĂŁo Gandarez |
|||||
Stephen Brown II |
- Jacek |
+ Jacek |
paul fisher |
@ofw |
Rafik Draoui |
@@ -659,47 +659,48 @@ The Core Team has the following responsibilities:
Alex Rodin |
Oliver Gugger |
Bryan Andrews |
+ @TomerJLevy |
Thomas Gorham |
Wei Jian Gan |
- Tamás Gulácsi |
Tamás Gulácsi |
Jack Wilsdon |
Michał Suchwałko |
Alexander Apalikov |
Domas Tamašauskas |
Stéphane Chausson |
neo_sli |
- @srdhoni |
|||||
@srdhoni |
@derekhuizhang |
takaokanbe |
Sean Schneeweiss |
pprzekwas |
madflow |
Arman Tarkhanian |
- John Adler |
|||||
John Adler |
@licraft2019 |
@mlueckest |
Malte Ehrlen |
@golangaccount |
Tyler Dorn |
Enmanuel Moreira |
- @eiffel-fl |
|||||
@eiffel-fl |
Sylvain Rabot |
Piotr Persona |
Han Gyoung-Su |
Harry Tennent |
Kamyar Mirzavaziri |
@w1ck3dg0ph3r |
- Richard Yuh |
|||||
Richard Yuh |
Thomas Bonfort |
Matthieu MOREL |
Egor Kovetskiy |
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index 7685504b250e..a76f75e808f8 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "TargetVersion": "v1.56.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.0/golangci-lint-1.56.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.56.1",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-linux-amd64.tar.gz"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -194,8 +194,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.55.2/golangci-lint-1.55.2-linux-amd64.tar.gz"
},
"v1.56": {
- "TargetVersion": "v1.56.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.0/golangci-lint-1.56.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.56.1",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-linux-amd64.tar.gz"
},
"v1.6": {
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"