Skip to content

Commit

Permalink
golint deprecated remove it.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai committed Jul 31, 2023
1 parent 1b57332 commit 9ebd341
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,11 @@ jobs:
with:
go-version: ${{ matrix.go }}

- name: install golint
run: go get golang.org/x/lint/golint

- name: run codecov.sh
run: bash script/codecov.sh

- name: go vet
run: go vet $(go list ./... | grep -v /examples/)

- name: run golint
run: golint --set_exit_status ./...

- name: Publish to codecov.io
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 9ebd341

Please sign in to comment.