fix(ci): use golangci-lint latest version
Some checks failed
CI / Test (pull_request) Successful in 52s
CI / Lint (pull_request) Failing after 6s
CI / Build (pull_request) Successful in 37s
CI / Format Check (pull_request) Successful in 2s

This commit is contained in:
2025-11-07 09:11:18 +01:00
parent 7c0aefb7f4
commit 5f2e1104f2

View File

@@ -132,9 +132,9 @@ jobs:
fi
- name: Install golangci-lint
run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
echo "$HOME/go/bin" >> $GITHUB_PATH
uses: golangci/golangci-lint-action@v6
with:
version: latest
- name: Run linters
run: make lint