Skip to content

Commit 31d7bea

Browse files
authored
Merge pull request #59 from NVIDIA/dependabot/github_actions/golangci/golangci-lint-action-8
Bump golangci/golangci-lint-action from 7 to 8
2 parents 3886990 + b91b19c commit 31d7bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
go-version: ${{ env.GOLANG_VERSION }}
4242
- name: Lint
43-
uses: golangci/golangci-lint-action@v7
43+
uses: golangci/golangci-lint-action@v8
4444
with:
4545
version: latest
4646
args: -v --timeout 5m

0 commit comments

Comments
 (0)