We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306cbb0 commit aa7b478Copy full SHA for aa7b478
assets/github-action-config.json
@@ -68,6 +68,10 @@
68
"TargetVersion": "v1.27.0",
69
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.27.0/golangci-lint-1.27.0-linux-amd64.tar.gz"
70
},
71
+ "v1.28": {
72
+ "TargetVersion": "v1.28.0",
73
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.28.0/golangci-lint-1.28.0-linux-amd64.tar.gz"
74
+ },
75
"v1.3": {
76
"Error": "golangci-lint version 'v1.3' isn't supported: we support only v1.14.0 and later versions"
77
0 commit comments