diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f27f2ad0780..135274d7c633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ There is the most valuable changes log: * `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 3. fix: modules-download-mode support 4. documentation: * bump documentation dependencies diff --git a/README.md b/README.md index 6c24fe1a01fc..7430df03ddb4 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ The Core Team has the following responsibilities:
Tam Mach

Trevor Pounds

Sergey Vilgelm
-
Simon Sawert

Ludovic Fernandez
+
Simon Sawert

@iwankgb

Long Dai
diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 6913ee72f9fd..b7ddf8eab6c7 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,8 +1,8 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.35.1", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.1/golangci-lint-1.35.1-linux-amd64.tar.gz" + "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.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions" @@ -104,8 +104,8 @@ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.34.1/golangci-lint-1.34.1-linux-amd64.tar.gz" }, "v1.35": { - "TargetVersion": "v1.35.1", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.1/golangci-lint-1.35.1-linux-amd64.tar.gz" + "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.4": { "Error": "golangci-lint version 'v1.4' 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 4d0cd1032ef0..c30257ff6902 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. -de1c16b5d2a5be89fc0dc163b27c1e4bd3245073058c68597bdeffb9833e8b31 \ No newline at end of file +c3f676e978413fb7c5412e0fd43a8876b594d1e369c385d6cf4cd68dda4e054c \ No newline at end of file