Skip to content

Commit

Permalink
chore: switch to a not deprecated linter package
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jun 8, 2021
1 parent 315f5ae commit 4e223f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Lint
run: |
go get -u golang.org/x/lint/golint
go get honnef.co/go/tools/cmd/[email protected]
make lint
- run: make test-unit
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bench:
go test -bench -v ./...

lint:
golint -set_exit_status ./...
staticcheck ./...

install: build
@cp $(OUTPUTFOLDER)/$(APP) $(GOPATH)/bin
Expand Down

0 comments on commit 4e223f8

Please sign in to comment.