Skip to content

Commit 7330026

Browse files
author
Sergey Vilgelm
authored
Update assets (#1357)
1 parent 3d6d0e7 commit 7330026

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

assets/github-action-config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"MinorVersionToConfig": {
33
"latest": {
4-
"TargetVersion": "v1.30.0",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.30.0/golangci-lint-1.30.0-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.31.0",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.31.0/golangci-lint-1.31.0-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"
@@ -87,6 +87,10 @@
8787
"TargetVersion": "v1.30.0",
8888
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.30.0/golangci-lint-1.30.0-linux-amd64.tar.gz"
8989
},
90+
"v1.31": {
91+
"TargetVersion": "v1.31.0",
92+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.31.0/golangci-lint-1.31.0-linux-amd64.tar.gz"
93+
},
9094
"v1.4": {
9195
"Error": "golangci-lint version 'v1.4' isn't supported: we support only v1.14.0 and later versions"
9296
},

0 commit comments

Comments
 (0)