Skip to content

Commit c4d4a6e

Browse files
authored
Merge pull request #50 from github/update-lint-action
Use an updated copy of `golangci/golangci-lint-action`.
2 parents 9436204 + 2f80070 commit c4d4a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
exit 1
5959
fi
6060
- name: Lint
61-
uses: golangci/golangci-lint-action@v1
61+
uses: golangci/golangci-lint-action@v2
6262
with:
6363
version: v1.29
6464

0 commit comments

Comments
 (0)