From 275e946731be1148d7863f00083199362ed2acf8 Mon Sep 17 00:00:00 2001 From: golangci-releaser <65486276+golangci-releaser@users.noreply.github.com> Date: Fri, 23 Aug 2024 01:33:19 +0300 Subject: [PATCH] docs: update GitHub Action assets (#4944) Co-authored-by: Fernandez Ludovic --- CHANGELOG.md | 7 +++++++ assets/github-action-config.json | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b1362a..6ca15e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ 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 1. Updated linters diff --git a/assets/github-action-config.json b/assets/github-action-config.json index c5086ea2..11b1e40a 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,8 +1,8 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.60.2", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.2/golangci-lint-1.60.2-linux-amd64.tar.gz" + "TargetVersion": "v1.60.3", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.3/golangci-lint-1.60.3-linux-amd64.tar.gz" }, "v1.10": { "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" }, "v1.60": { - "TargetVersion": "v1.60.2", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.2/golangci-lint-1.60.2-linux-amd64.tar.gz" + "TargetVersion": "v1.60.3", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.60.3/golangci-lint-1.60.3-linux-amd64.tar.gz" }, "v1.7": { "Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.14.0 and later versions"