diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec8163512758..daa5cdf4be4d 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.48.0
+
+1. new linters
+ * `usestdlibvars`:https://github.com/sashamelentyev/usestdlibvars
+2. updated linters
+ * `contextcheck`: disable linter
+ * `errcheck`: from 1.6.1 to 1.6.2
+ * `gci`: add missing `custom-order` setting
+ * `gci`: from 0.5.0 to 0.6.0
+ * `ifshort`: deprecate linter
+ * `nolint`: drop allow-leading-space option and add "nolint:all"
+ * `revgrep`: bump to HEAD
+3. documentation
+ * remove outdated info on source install
+4. misc
+ * go1.19 support
+
### v1.47.3
1. updated linters:
diff --git a/README.md b/README.md
index f4537157da32..79952cd8e93e 100644
--- a/README.md
+++ b/README.md
@@ -77,15 +77,15 @@ The Core Team has the following responsibilities:
 @iwankgb |
 Andrew Shannon Brown |
 sivchari |
+  @golangci-releaser |
 Ryan Currah |
 Pierre Durand |
-  @golangci-releaser |
 Denis Tingaikin |
 Sebastien Rosset |
-  Sasha Melentyev |
 Marat Reymers |
+  Sasha Melentyev |
 David Lobe |
 Alexey Palazhchenko |
 Duco van Amstel |
@@ -111,7 +111,7 @@ The Core Team has the following responsibilities:
-And 323 more our team members
+And 325 more our team members
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index 4138b92b47fc..958f6a9ab80e 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "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"
+ "TargetVersion": "v1.48.0",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.48.0/golangci-lint-1.48.0-linux-amd64.tar.gz"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -158,6 +158,10 @@
"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.48": {
+ "TargetVersion": "v1.48.0",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.48.0/golangci-lint-1.48.0-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 ab47fd031101..2178c1f4ac46 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.
-7ef40e3c484775acc373c523196db1f8ac0c2ebeaa3db790ee654a7fe418e0c0
\ No newline at end of file
+d9c6a823b87fdf3154771a52be914d49b50beecfa1a4f5004f61986ca327f055
\ No newline at end of file