diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81f6e4de..2a5bef8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
-Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
+Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci).
+
There is the most valuable changes log:
+### v1.54.1
+
+1. updated linters:
+ * `go-critic`: from 0.8.2 to 0.9.0
+2. misc.
+ * plugin: temporarily hide warning about using plugins using the old API
+
### v1.54.0
1. updated linters:
@@ -31,44 +39,11 @@ There is the most valuable changes log:
3. Documentation
* Add linter descriptions.
-#### Important
+**Important**
-`ruleguard` (a "rule" inside `gocritic`) is disabled, only with go1.21, due to a bug of `ruleguard`
+`ruleguard` (a "rule" inside `gocritic`) was disabled in this release (v1.54.0) and was enabled again in the next release (v1.54.1).
-The Go version should be 1.21 inside `go.mod` or be defined inside the `run` section:
-
-go.mod
-
-```go
-module your/module/name
-
-go 1.21
-
-// ...
-
-```
-
-
-
-.golangci.yml
-
-```yml
-run:
- go: '1.21'
-```
-
-
-
-CLI flags
-
-```bash
---go=1.21
-```
-
-
-
-
-You can follow this topic by subscribing to the [issue #3933](https://github.com/golangci/golangci-lint/issues/3933).
+`exhaustruct` has breaking changes with regular expressions, more details [here](https://github.com/GaijinEntertainment/go-exhaustruct/releases/tag/v3.0.0).
### v1.53.3
diff --git a/README.md b/README.md
index 1fe2b3fa..654804ab 100644
--- a/README.md
+++ b/README.md
@@ -641,7 +641,7 @@ The Core Team has the following responsibilities:
 takaokanbe |
 Sean Schneeweiss |
 pprzekwas |
-  @madflow |
+  madflow |
 Arman Tarkhanian |
 John Adler |
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index 9aeb47c8..6601b2db 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "TargetVersion": "v1.54.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.0/golangci-lint-1.54.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.54.1",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.1/golangci-lint-1.54.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"
@@ -186,8 +186,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.53.3/golangci-lint-1.53.3-linux-amd64.tar.gz"
},
"v1.54": {
- "TargetVersion": "v1.54.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.0/golangci-lint-1.54.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.54.1",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.54.1/golangci-lint-1.54.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"
diff --git a/docs/template_data.state b/docs/template_data.state
index 48ee025d..321f539d 100755
--- a/docs/template_data.state
+++ b/docs/template_data.state
@@ -1,2 +1,2 @@
This file stores hash of website templates to trigger Netlify rebuild when something changes, e.g. new linter is added.
-f6953a1ec4b7ec950c7647d8963d75b81a1472cfd3cca4580f031a692e13680b
\ No newline at end of file
+3dd55e7301e3b3c9fab930bcc28a44db056ccefa15befc5a360e764d1aad1d48
\ No newline at end of file