Skip to content

Commit

Permalink
Fixed golangci action version
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarvardt committed May 6, 2021
1 parent 2733582 commit 3602b3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
with:
version: v1.27
uses: golangci/golangci-lint-action@v2

test:
name: Test
Expand Down

0 comments on commit 3602b3c

Please sign in to comment.