Sync golangci-lint version

Update `scripts/golangci-lint.yml` golangci-lint version to match
main workflow.
* Add note to keep things in sync.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2023-12-08 11:01:38 +01:00
parent 48b1818ee8
commit acbaee8c9d
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1
2 changed files with 2 additions and 1 deletions

View file

@ -151,6 +151,7 @@ jobs:
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
args: --verbose
# Make sure to sync this with Makefile.common and scripts/golangci-lint.yml.
version: v1.55.2
fuzzing:
uses: ./.github/workflows/fuzzing.yml

View file

@ -29,4 +29,4 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.54.2
version: v1.55.2