Skip to content

Commit 275e946

Browse files
docs: update GitHub Action assets (#4944)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent c2e095c commit 275e946

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci).
22

3+
### v1.60.3
4+
5+
1. Updated linters
6+
* `gosec`: from 81cda2f91fbe to ab3f6c1c83a0 (fix `G115` false positives)
7+
2. Misc.
8+
* Check that the Go version use to build is greater or equals to the Go version of the project
9+
310
### v1.60.2
411

512
1. Updated linters

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.60.2",
5-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.2/golangci-lint-1.60.2-linux-amd64.tar.gz"
4+
"TargetVersion": "v1.60.3",
5+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.3/golangci-lint-1.60.3-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"
@@ -213,8 +213,8 @@
213213
"Error": "golangci-lint version 'v1.6' isn't supported: we support only v1.14.0 and later versions"
214214
},
215215
"v1.60": {
216-
"TargetVersion": "v1.60.2",
217-
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.2/golangci-lint-1.60.2-linux-amd64.tar.gz"
216+
"TargetVersion": "v1.60.3",
217+
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.3/golangci-lint-1.60.3-linux-amd64.tar.gz"
218218
},
219219
"v1.7": {
220220
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.14.0 and later versions"

0 commit comments

Comments
 (0)