Update golangci-lint

Update to the latest golangci-lint version.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2024-11-08 15:31:03 +01:00
parent 9383f9e430
commit 5e8de28aec
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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