Skip to content

Commit 9f4dfe7

Browse files
authored
Merge pull request #1258 from shirou/dependabot/github_actions/golangci/golangci-lint-action-3
Bump golangci/golangci-lint-action from 2 to 3
2 parents b47e88a + a22a057 commit 9f4dfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v2
1818
- name: Setup golangci-lint
19-
uses: golangci/golangci-lint-action@v2
19+
uses: golangci/golangci-lint-action@v3
2020
with:
2121
args: --verbose
2222
version: latest

0 commit comments

Comments
 (0)