Skip to content

Commit 9711f38

Browse files
authored
Merge pull request #75 from GoComply/dependabot/github_actions/golangci/golangci-lint-action-3
Bump golangci/golangci-lint-action from 2 to 3
2 parents a6fd98f + 1fa0a22 commit 9711f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
5252
- name: Run golangci-lint
53-
uses: golangci/golangci-lint-action@v2
53+
uses: golangci/golangci-lint-action@v3
5454
with:
5555
skip-go-installation: true
5656
skip-pkg-cache: true

0 commit comments

Comments
 (0)