Fix linter (#943)

* fix lint

* remove linters
This commit is contained in:
Alex Baranov
2025-02-25 16:56:35 +00:00
committed by GitHub
parent be2e2387d4
commit 261721bfdb
2 changed files with 2 additions and 16 deletions

View File

@@ -13,14 +13,14 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.24'
- name: Run vet
run: |
go vet .
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.63.4
version: v1.64.5
- name: Run tests
run: go test -race -covermode=atomic -coverprofile=coverage.out -v .
- name: Upload coverage reports to Codecov