Skip to content

Commit 3e7ed9c

Browse files
Update golangci/golangci-lint-action action to v3 (#106)
1 parent eaaaeb3 commit 3e7ed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: golangci-lint
19-
uses: golangci/golangci-lint-action@v2
19+
uses: golangci/golangci-lint-action@v3
2020
with:
2121
args: --timeout=3m

0 commit comments

Comments
 (0)