Merge pull request #33 from NVIDIA/dependabot/github_actions/golangci/golangci-lint-action-5

Bump golangci/golangci-lint-action from 4 to 5
This commit is contained in:
Carlos Eduardo Arango Gutierrez 2024-04-25 12:30:36 +02:00 committed by GitHub
commit 04f701cf56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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