Skip to content

Commit dee7217

Browse files
authored
Merge pull request #1250 from NVIDIA/dependabot/github_actions/main/golangci/golangci-lint-action-8
Bump golangci/golangci-lint-action from 7 to 8
2 parents ba3be5f + 9495ad1 commit dee7217

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@v7
35+
uses: golangci/golangci-lint-action@v8
3636
with:
3737
version: latest
3838
args: -v --timeout 5m

0 commit comments

Comments
 (0)