Use golangci-lint action

Signed-off-by: Arkadii Yakovets <ark@victoriametrics.com>
This commit is contained in:
Arkadii Yakovets 2024-07-10 09:13:01 -07:00
parent b5d43e2ee2
commit 6d54fff850
No known key found for this signature in database
GPG key ID: 7AEAA43DE7C15E41

View file

@ -53,9 +53,13 @@ jobs:
- name: Run vet
run: make vet
# Use action instead of `make golangci-lint` to speed up the process
# as it caches data between builds.
- name: Run golangci-lint
run: make golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
- name: Run govulncheck
run: make govulncheck