Merge pull request #488 from NVIDIA/dependabot/github_actions/golangci/golangci-lint-action-6

Bump golangci/golangci-lint-action from 5 to 6
This commit is contained in:
Evan Lezar 2024-05-07 15:22:24 +02:00 committed by GitHub
commit 0dc87e5d69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ jobs:
with: with:
go-version: ${{ env.GOLANG_VERSION }} go-version: ${{ env.GOLANG_VERSION }}
- name: Lint - name: Lint
uses: golangci/golangci-lint-action@v5 uses: golangci/golangci-lint-action@v6
with: with:
version: latest version: latest
args: -v --timeout 5m args: -v --timeout 5m