docs: update GitHub Action assets (#4944)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
golangci-releaser 2024-08-23 01:33:19 +03:00 committed by GitHub
parent c2e095c022
commit 275e946731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci). Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci).
### v1.60.3
1. Updated linters
* `gosec`: from 81cda2f91fbe to ab3f6c1c83a0 (fix `G115` false positives)
2. Misc.
* Check that the Go version use to build is greater or equals to the Go version of the project
### v1.60.2 ### v1.60.2
1. Updated linters 1. Updated linters

View File

@ -1,8 +1,8 @@
{ {
"MinorVersionToConfig": { "MinorVersionToConfig": {
"latest": { "latest": {
"TargetVersion": "v1.60.2", "TargetVersion": "v1.60.3",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.2/golangci-lint-1.60.2-linux-amd64.tar.gz" "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.3/golangci-lint-1.60.3-linux-amd64.tar.gz"
}, },
"v1.10": { "v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions" "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@ -213,8 +213,8 @@
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions" "Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
}, },
"v1.60": { "v1.60": {
"TargetVersion": "v1.60.2", "TargetVersion": "v1.60.3",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.2/golangci-lint-1.60.2-linux-amd64.tar.gz" "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.3/golangci-lint-1.60.3-linux-amd64.tar.gz"
}, },
"v1.7": { "v1.7": {
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.14.0 and later versions" "Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.14.0 and later versions"