From e8043b67b270260158dca641d97a4252ae1171a7 Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Tue, 3 Nov 2020 18:24:04 +1100 Subject: [PATCH] feat(release): Update metadata for golangci-lint-action (#1491) This commit is to update metadata for golangci-lint-action after 1.32.2 release for couples of bug fixes. NOTE: Once #1208 is resolved, this step will be automated Relates #1208 Signed-off-by: Tam Mach --- assets/github-action-config.json | 8 ++++---- docs/template_data.state | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/github-action-config.json b/assets/github-action-config.json index def201d6d80f..a589b8d02dff 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,8 +1,8 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.32.1", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.32.1/golangci-lint-1.32.1-linux-amd64.tar.gz" + "TargetVersion": "v1.32.2", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.32.2/golangci-lint-1.32.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" @@ -92,8 +92,8 @@ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.31.0/golangci-lint-1.31.0-linux-amd64.tar.gz" }, "v1.32": { - "TargetVersion": "v1.32.1", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.32.1/golangci-lint-1.32.1-linux-amd64.tar.gz" + "TargetVersion": "v1.32.2", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.32.2/golangci-lint-1.32.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 06ee8f2e7404..3be0025e6400 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. -1bfe6c52f1d4be2bd91b2b278231dcf3929d64d9722d99d9357296c25d419525 \ No newline at end of file +2b6a9052ffa990bb96a44996da5a28dc84b85e330def6ccc5f91cadd13083e7e \ No newline at end of file