Skip to content

Commit 7d38479

Browse files
committed
Updated golangci-lint action
1 parent f86e388 commit 7d38479

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
- name: Check out code
1515
uses: actions/checkout@v2
1616
- name: golangci-lint
17-
uses: golangci/golangci-lint-action@v1
18-
with:
19-
version: v1.27
17+
uses: golangci/golangci-lint-action@v2
2018

2119
test:
2220
name: Test

0 commit comments

Comments
 (0)