diff --git a/CHANGELOG.md b/CHANGELOG.md
index 135274d7c633..d9f11c8c5b23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,16 @@ There is the most valuable changes log:
1. new linters:
* `predeclared`: https://github.com/nishanths/predeclared
+ * `ifshort`: https://github.com/esimonov/ifshort
2. update linters:
* `go-critic` from 0.5.2 to 0.5.3
* `thelper` from 0.1.0 to 0.2.0, to 0.2.1
* Validate `go-critic` settings
* `gofumpt` to v0.1.0
* `gci` to v0.2.8
+ * `go-mnd` to v2.3.1
+ * `gosec` from 2.5.0 to 2.6.1
+ * `godot` from 1.3.2 to 1.4.3
3. fix: modules-download-mode support
4. documentation:
* bump documentation dependencies
diff --git a/README.md b/README.md
index 7430df03ddb4..ee0897549fe3 100644
--- a/README.md
+++ b/README.md
@@ -54,8 +54,8 @@ The Core Team has the following responsibilities:
@@ -63,285 +63,293 @@ The Core Team has the following responsibilities:
-And 178 more our team members
+And 184 more our team members
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index b7ddf8eab6c7..b7f839ab7203 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "TargetVersion": "v1.35.2",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.2/golangci-lint-1.35.2-linux-amd64.tar.gz"
+ "TargetVersion": "v1.36.0",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.36.0/golangci-lint-1.36.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"
@@ -107,6 +107,10 @@
"TargetVersion": "v1.35.2",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.2/golangci-lint-1.35.2-linux-amd64.tar.gz"
},
+ "v1.36": {
+ "TargetVersion": "v1.36.0",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.36.0/golangci-lint-1.36.0-linux-amd64.tar.gz"
+ },
"v1.4": {
"Error": "golangci-lint version 'v1.4' isn't supported: we support only v1.14.0 and later versions"
},