upgrade linter to v1.56.2

This commit is contained in:
Michel Loiseleur 2024-03-14 08:50:26 +01:00
parent 251d579d2e
commit 21f86f0927

View File

@ -31,5 +31,5 @@ jobs:
- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
make lint