diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f14debc..35993a54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,11 @@ There is the most valuable changes log:
### June 2021
1. update linters:
- * `revive`: allow to disable rule
* `durationcheck`: from 0.0.7 to 0.0.8
* `goconst`: from 0.5.6 to 0.5.7
+ * `gomodguard`: from 1.2.1 to 1.2.2
+ * `revive`: allow to disable rule
+ * `revive`: fix exclude comment rule for const block
2. documentation:
* add all integrations to docs introduction page
3. Misc:
diff --git a/README.md b/README.md
index 9f1a949a..04e1ea36 100644
--- a/README.md
+++ b/README.md
@@ -105,16 +105,16 @@ The Core Team has the following responsibilities:
 James |
 Dan Kortschak |
 Ryan Boehning |
-  Luke Shumaker |
+  Kamil Samigullin |
-And 218 more our team members
+And 219 more our team members
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index 03958b28..5ef0cadb 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "TargetVersion": "v1.41.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.41.0/golangci-lint-1.41.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.41.1",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.41.1/golangci-lint-1.41.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"
@@ -131,8 +131,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.40.1/golangci-lint-1.40.1-linux-amd64.tar.gz"
},
"v1.41": {
- "TargetVersion": "v1.41.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.41.0/golangci-lint-1.41.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.41.1",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.41.1/golangci-lint-1.41.1-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 e99cf4a0..52f0b502 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.
-829e78b0f492ca36d8be29f3eb59bf91c6210ad62829e46d20bcf49052dc10d6
\ No newline at end of file
+72d29db89922e503a296a31cdc2509152f3e9c5728a4931f21c6313f90ab83e4
\ No newline at end of file