Move to go1.9.1 as default environment. (#5041)

This commit is contained in:
Bala FA
2017-10-09 22:23:59 -07:00
committed by Harshavardhana
parent 099b5293a9
commit d28b3d8801
5 changed files with 8 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ cyclo:
deadcode:
@echo "Running $@"
@${GOPATH}/bin/deadcode -test $(shell go list ./... | grep -v -e browser -e vendor) || true
@${GOPATH}/bin/deadcode -test $(shell go list ./...) || true
spelling:
@${GOPATH}/bin/misspell -error `find cmd/`