Skip to content

Commit faa5b0a

Browse files
committed
feat(release): Update metadata for golangci-lint-action
This commit is to update metadata for golangci-lint-action after 1.32.2 release for couples of bug fixes. NOTE: Once golangci#1208 is resolved, this step will be automated Relates golangci#1208 Signed-off-by: Tam Mach <[email protected]>
1 parent 52d26a3 commit faa5b0a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/github-action-config.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.32.1",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.32.1/golangci-lint-1.32.1-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.32.2",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.32.2/golangci-lint-1.32.2-linux-amd64.tar.gz"
66
},
77
"v1.10": {
88
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -92,8 +92,8 @@
9292
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.31.0/golangci-lint-1.31.0-linux-amd64.tar.gz"
9393
},
9494
"v1.32": {
95-
"TargetVersion": "v1.32.1",
96-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.32.1/golangci-lint-1.32.1-linux-amd64.tar.gz"
95+
"TargetVersion": "v1.32.2",
96+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.32.2/golangci-lint-1.32.2-linux-amd64.tar.gz"
9797
},
9898
"v1.4": {
9999
"Error": "golangci-lint version 'v1.4' isn't supported: we support only v1.14.0 and later versions"

docs/template_data.state

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This file stores hash of website templates to trigger Netlify rebuild when something changes, e.g. new linter is added.
2-
1bfe6c52f1d4be2bd91b2b278231dcf3929d64d9722d99d9357296c25d419525
2+
2b6a9052ffa990bb96a44996da5a28dc84b85e330def6ccc5f91cadd13083e7e

0 commit comments

Comments
 (0)