Update golangci-lint

Update to the latest golangci-lint version.

Signed-off-by: SuperQ <superq@gmail.com>
pull/15363/head
SuperQ 2 weeks ago
parent 9383f9e430
commit 5e8de28aec
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1

@ -195,7 +195,7 @@ jobs:
with:
args: --verbose
# Make sure to sync this with Makefile.common and scripts/golangci-lint.yml.
version: v1.60.2
version: v1.61.0
fuzzing:
uses: ./.github/workflows/fuzzing.yml
if: github.event_name == 'pull_request'

@ -36,4 +36,4 @@ jobs:
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
args: --verbose
version: v1.60.2
version: v1.61.0

Loading…
Cancel
Save