diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93a08ccd..f989cdd7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
There is the most valuable changes log:
+### v1.45.2
+
+1. misc:
+ * fix: help command
+
+### v1.45.1
+
+1. updated linters:
+ * `interfacer`: inactivate with go1.18
+ * `govet`: inactivate unsupported analyzers (go1.18)
+ * `depguard`: reduce requirements
+ * `structcheck`: inactivate with go1.18
+ * `varnamelen`: bump from v0.6.0 to v0.6.1
+2. misc:
+ * Automatic Go version detection 🎉 (go1.18)
+ * docker: update base images (go1.18)
+
### v1.45.0
1. updated linters:
diff --git a/README.md b/README.md
index a76188bf..8ea22f83 100644
--- a/README.md
+++ b/README.md
@@ -79,24 +79,24 @@ The Core Team has the following responsibilities:
 Pierre Durand |
 Denis Tingaikin |
 Sebastien Rosset |
-  Alexey Palazhchenko |
+  Kamil Samigullin |
-  Kamil Samigullin |
+  Alexey Palazhchenko |
 Duco van Amstel |
-  Nishanth Shanmugham |
+  Nishanth Shanmugham |
+  sivchari |
 Kensei Nakada |
 David Lobe |
-  sivchari |
 Melvin |
 Denis Krivak |
 Iskander (Alex) Sharipov |
+  @golangci-releaser |
 Steve Coffman |
 Matouš Dzivjak |
 Alec Thomas |
-  @golangci-releaser |
 Will Dixon |
@@ -106,36 +106,36 @@ The Core Team has the following responsibilities:
 Anton Telyshev |
 Joe Wilner |
 Soichiro Kashima |
-  Mitsuo Heijo |
+  Maik Schreiber |
-And 288 more our team members
+And 293 more our team members
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index 25e40e9f..9a3072d2 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "TargetVersion": "v1.45.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.45.0/golangci-lint-1.45.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.45.2",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.45.2/golangci-lint-1.45.2-linux-amd64.tar.gz"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -147,8 +147,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.44.2/golangci-lint-1.44.2-linux-amd64.tar.gz"
},
"v1.45": {
- "TargetVersion": "v1.45.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.45.0/golangci-lint-1.45.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.45.2",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.45.2/golangci-lint-1.45.2-linux-amd64.tar.gz"
},
"v1.5": {
"Error": "golangci-lint version 'v1.5' 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 6bc84a3b..e42b9cc0 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.
-3d9e4b1cdf3e09043aa6ada5ad84c69c93f379d42d6bbbb292d3530ca9081502
\ No newline at end of file
+97be2320486f4dc8a99202cc3b283e02047f247c9d9f6acc2ba13bdc3351ee2e
\ No newline at end of file