Skip to content

Commit 4e725e0

Browse files
authored
Merge pull request #513 from NVIDIA/dependabot/github_actions/golangci/golangci-lint-action-4
Bump golangci/golangci-lint-action from 3 to 4
2 parents 8c21e04 + 579e818 commit 4e725e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232

3333
- name: Lint
34-
uses: golangci/golangci-lint-action@v3
34+
uses: golangci/golangci-lint-action@v4
3535
with:
3636
version: latest
3737
args: -v --timeout 5m

0 commit comments

Comments
 (0)