Skip to content

Commit 709c974

Browse files
Merge pull request #1074 from F5Networks/dependabot/github_actions/golangci/golangci-lint-action-8
Bump golangci/golangci-lint-action from 7 to 8
2 parents 9d2313e + ff0f6b9 commit 709c974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: 'stable'
2121
- name: Set GOROOT
2222
run: export "GOROOT=$(go env GOROOT)"
23-
- uses: golangci/golangci-lint-action@v7
23+
- uses: golangci/golangci-lint-action@v8
2424
with:
2525
version: 'latest'
2626
args: -v

0 commit comments

Comments
 (0)