fix(ci): use golangci-lint latest version
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user