Skip to content

Commit f287325

Browse files
authored
Merge pull request #804 from tdewolff/dependabot/github_actions/golangci/golangci-lint-action-7
Bump golangci/golangci-lint-action from 6 to 7
2 parents effde85 + 9bbd21d commit f287325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: '>=1.17'
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v6
31+
uses: golangci/golangci-lint-action@v7
3232
continue-on-error: true
3333
with:
3434
version: latest

0 commit comments

Comments
 (0)