diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65efd9e7635d..ec8163512758 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
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.47.3
+
+1. updated linters:
+ * remove some go1.18 limitations
+ * `asasalint`: from 0.0.10 to 0.0.11
+ * `decorder`: from 0.2.2 to v0.2.3
+ * `gci`: fix panic with invalid configuration option
+ * `gci`: from 0.4.3 to v0.5.0
+ * `go-exhaustruct`: from 2.2.0 to 2.2.2
+ * `gomodguard`: from 1.2.3 to 1.2.4
+ * `nosnakecase`: from 1.5.0 to 1.7.0
+ * `honnef.co/go/tools`: from 0.3.2 to v0.3.3
+2. misc
+ * cgo: fix linters ignoring CGo files
+
### v1.47.2
1. updated linters:
diff --git a/README.md b/README.md
index 410a03667cf6..f4537157da32 100644
--- a/README.md
+++ b/README.md
@@ -69,8 +69,8 @@ The Core Team has the following responsibilities:
 Trevor Pounds |
 Simon Sawert |
 Loong Dai |
-  Oleg Butuzov |
 Kamil Samigullin |
+  Oleg Butuzov |
 Sascha Grunert |
@@ -79,29 +79,29 @@ The Core Team has the following responsibilities:
 sivchari |
 Ryan Currah |
 Pierre Durand |
-  Denis Tingaikin |
+  @golangci-releaser |
-  @golangci-releaser |
+  Denis Tingaikin |
 Sebastien Rosset |
+  Sasha Melentyev |
+  Marat Reymers |
 David Lobe |
 Alexey Palazhchenko |
-  Marat Reymers |
 Duco van Amstel |
-  Nishanth Shanmugham |
+  Nishanth Shanmugham |
 Kensei Nakada |
 Melvin |
 Denis Krivak |
 Iskander (Alex) Sharipov |
 Steve Coffman |
 Maik Schreiber |
-  Matouš Dzivjak |
+  Matouš Dzivjak |
 Alec Thomas |
-  Sasha Melentyev |
 Mateusz Gozdek |
 Will Dixon |
 Anton Telyshev |
@@ -111,7 +111,7 @@ The Core Team has the following responsibilities:
-And 320 more our team members
+And 323 more our team members
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index f1f8fa00bc71..4138b92b47fc 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "TargetVersion": "v1.47.2",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.47.2/golangci-lint-1.47.2-linux-amd64.tar.gz"
+ "TargetVersion": "v1.47.3",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.47.3/golangci-lint-1.47.3-linux-amd64.tar.gz"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -155,8 +155,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.46.2/golangci-lint-1.46.2-linux-amd64.tar.gz"
},
"v1.47": {
- "TargetVersion": "v1.47.2",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.47.2/golangci-lint-1.47.2-linux-amd64.tar.gz"
+ "TargetVersion": "v1.47.3",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.47.3/golangci-lint-1.47.3-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 e2892c4f501e..ab47fd031101 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.
-a0383a6267cbdc191073668a4e3254db52739a33586dcb5c69588cc8f67b1515
\ No newline at end of file
+7ef40e3c484775acc373c523196db1f8ac0c2ebeaa3db790ee654a7fe418e0c0
\ No newline at end of file