Skip to content

Commit 92e963c

Browse files
author
Eric Stroczynski
authored
Merge pull request #65 from anmol372/patch-1
Update lint-action to v2
2 parents d40d48e + eeb1d6a commit 92e963c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
uses: actions/checkout@v2
5454

5555
- name: Lint
56-
uses: golangci/golangci-lint-action@v1
56+
uses: golangci/golangci-lint-action@v2
5757
with:
58-
version: v1.27
58+
version: v1.29
5959

6060
deploy:
6161
name: Deploy

0 commit comments

Comments
 (0)