diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5eb969f..6297a2ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,11 +16,14 @@ There is the most valuable changes log:
* `importas`: allow repeated aliases
* `revive`: convert hard coded excludes into default exclude patterns
* `govet`: Update vet passes
+ * `govet`: fix `sigchanyzer`
+ * ⚠ `golint`: deprecated
3. documentation:
* bump documentation dependencies
* fix typos
4. Misc:
* set the minimum Go version to go1.15
+ * non-zero exit code when a linter produces a panic
## April 2021
diff --git a/README.md b/README.md
index 18ca87d6..cec8764e 100644
--- a/README.md
+++ b/README.md
@@ -78,10 +78,10 @@ The Core Team has the following responsibilities:
 Pierre Durand |
 Ryan Currah |
 Denis Krivak |
-  Duco van Amstel |
+  Oleg Butuzov |
-  Oleg Butuzov |
+  Duco van Amstel |
 David Lobe |
 Will Dixon |
 Nishanth Shanmugham |
@@ -101,16 +101,16 @@ The Core Team has the following responsibilities:
 Tim Heckman |
 Colin Arnott |
+  Kensei Nakada |
 James |
 Dan Kortschak |
 Ryan Boehning |
-  Kensei Nakada |
 Luke Shumaker |
-And 210 more our team members
+And 211 more our team members
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index 8c41e77c..f0ee3185 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "TargetVersion": "v1.40.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.40.0/golangci-lint-1.40.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.40.1",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.40.1/golangci-lint-1.40.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"
@@ -127,8 +127,8 @@
"Error": "golangci-lint version 'v1.4' isn't supported: we support only v1.14.0 and later versions"
},
"v1.40": {
- "TargetVersion": "v1.40.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.40.0/golangci-lint-1.40.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.40.1",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.40.1/golangci-lint-1.40.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 7451efa4..34f48f74 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.
-b9721da7b32fb4c70ea60488d7bee7663dcda2ef2c86b3d64cde42404b671e6a
\ No newline at end of file
+6c73ec127f7f63cb998b41b51d9408a98cbf892272826f25727d3c2735ed449b
\ No newline at end of file