Skip to content

Commit 51461b7

Browse files
docs: update GitHub Action assets (#4902)
1 parent 3298c10 commit 51461b7

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.59.1",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.59.1/golangci-lint-1.59.1-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.60.1",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.1/golangci-lint-1.60.1-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"
@@ -212,6 +212,10 @@
212212
"v1.6": {
213213
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
214214
},
215+
"v1.60": {
216+
"TargetVersion": "v1.60.1",
217+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.1/golangci-lint-1.60.1-linux-amd64.tar.gz"
218+
},
215219
"v1.7": {
216220
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.14.0 and later versions"
217221
},

0 commit comments

Comments
 (0)