Skip to content

Commit c8c9d62

Browse files
Merge pull request #33 from NVIDIA/dependabot/github_actions/golangci/golangci-lint-action-5
Bump golangci/golangci-lint-action from 4 to 5
2 parents 82d8924 + 13f52ee commit c8c9d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
go-version: ${{ env.GOLANG_VERSION }}
4242
- name: Lint
43-
uses: golangci/golangci-lint-action@v4
43+
uses: golangci/golangci-lint-action@v5
4444
with:
4545
version: latest
4646
args: -v --timeout 5m

0 commit comments

Comments
 (0)