Skip to content

Commit

Permalink
Use v2 of golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlinelfring committed Mar 6, 2021
1 parent 737aca6 commit a3a6b0d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
${{ runner.os }}-go-
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.30
uses: golangci/golangci-lint-action@v2

test:
name: Test
Expand Down

0 comments on commit a3a6b0d

Please sign in to comment.