Skip to content

Commit 7644011

Browse files
Merge pull request #1499 from NVIDIA/dependabot/github_actions/main/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents 8e66a4a + d5ee804 commit 7644011

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
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
go-version: ${{ inputs.golang_version }}
3434
- name: Lint
35-
uses: golangci/golangci-lint-action@v8
35+
uses: golangci/golangci-lint-action@v9
3636
with:
3737
version: latest
3838
args: -v --timeout 5m

0 commit comments

Comments
 (0)