Skip to content

Commit fde099d

Browse files
Merge pull request #476 from NVIDIA/dependabot/github_actions/golangci/golangci-lint-action-5
Bump golangci/golangci-lint-action from 4 to 5
2 parents 78f250a + 0a3eb67 commit fde099d

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@v4
46+
uses: golangci/golangci-lint-action@v5
4747
with:
4848
version: latest
4949
args: -v --timeout 5m

0 commit comments

Comments
 (0)