Skip to content

Commit ebea86c

Browse files
Merge pull request #543 from NVIDIA/dependabot/github_actions/main/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents 8daf631 + 238673f commit ebea86c

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
@@ -52,7 +52,7 @@ jobs:
5252
go-version: ${{ needs.variables.outputs.GOLANG_VERSION }}
5353

5454
- name: Lint
55-
uses: golangci/golangci-lint-action@v8
55+
uses: golangci/golangci-lint-action@v9
5656
with:
5757
version: latest
5858
args: -v --timeout 5m

0 commit comments

Comments
 (0)