Skip to content

Commit c7501d2

Browse files
authored
Merge pull request #15 from shihanng/fix__golangci-lint
Switch to official golangci-lint-action
2 parents e2c27f0 + 271759d commit c7501d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
uses: actions/checkout@v1
3939

4040
- name: Set up golangci-lint
41-
uses: "actions-contrib/golangci-lint@master"
41+
uses: golangci/golangci-lint-action@v2
4242
with:
43-
args: "run -v"
43+
version: v1.43.0

0 commit comments

Comments
 (0)