Skip to content

Commit 456f414

Browse files
authored
Merge pull request #1881 from NVIDIA/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents a983826 + b973b8e commit 456f414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
go-version: ${{ env.GOLANG_VERSION }}
9191
- name: Lint
92-
uses: golangci/golangci-lint-action@v8
92+
uses: golangci/golangci-lint-action@v9
9393
with:
9494
version: ${{ env.GOLANGCI_LINT_VERSION }}
9595
args: -v --timeout 5m

0 commit comments

Comments
 (0)