Skip to content

Commit

Permalink
fix: remove golint in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
samsoft00 committed Jun 29, 2022
1 parent 072d5b4 commit e34ce17
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Get dependencies
run: |
go get -t ./...
go get -u golang.org/x/lint/golint
- name: Run lint and Test
run: |
golint .
go test -v ./...
- name: Test
run: go test -v ./...

0 comments on commit e34ce17

Please sign in to comment.