Skip to content

Commit

Permalink
Remove staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Jun 19, 2020
1 parent 1c23000 commit e39889f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ jobs:

- name: Go vet
run: go vet ./...

- name: Staticcheck
run: |
go get -u honnef.co/go/tools/cmd/staticcheck
staticcheck ./...

- name: Send Coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

1 comment on commit e39889f

@hellt
Copy link
Contributor

@hellt hellt commented on e39889f Jun 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder what caused staticcheck removal?

Please sign in to comment.