Skip to content

Commit 0dc87e5

Browse files
authored
Merge pull request #488 from NVIDIA/dependabot/github_actions/golangci/golangci-lint-action-6
Bump golangci/golangci-lint-action from 5 to 6
2 parents edc50f6 + 7de7444 commit 0dc87e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
go-version: ${{ env.GOLANG_VERSION }}
4545
- name: Lint
46-
uses: golangci/golangci-lint-action@v5
46+
uses: golangci/golangci-lint-action@v6
4747
with:
4848
version: latest
4949
args: -v --timeout 5m

0 commit comments

Comments
 (0)