Skip to content

Commit

Permalink
adding go mod tidy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tok-kkk committed Mar 31, 2022
1 parent 7c8dced commit cabae99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
go get -u github.com/loongy/covermerge
go get -u github.com/mattn/goveralls
cd $GITHUB_WORKSPACE
go mod tidy
go vet ./...
golint ./...
- name: Run tests and report test coverage
Expand Down

0 comments on commit cabae99

Please sign in to comment.