Upgrade golangci-lint to 2.1.5 (#986)

* Upgrade golangci-lint to 2.1.5

* update action
This commit is contained in:
Alex Baranov
2025-05-03 22:39:47 +01:00
committed by GitHub
parent 5ea214a188
commit 77ccac8d34
2 changed files with 167 additions and 257 deletions

View File

@@ -18,9 +18,9 @@ jobs:
run: |
go vet .
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v7
with:
version: v1.64.5
version: v2.1.5
- name: Run tests
run: go test -race -covermode=atomic -coverprofile=coverage.out -v ./...
- name: Upload coverage reports to Codecov