This is an automated email from the ASF dual-hosted git repository.

houshengbo pushed a commit to branch fix-golint
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git

commit 4a6f07dc7890eb0e5b4d7676ffe6e8870bebfa00
Author: Vincent Hou <[email protected]>
AuthorDate: Thu Oct 11 20:17:24 2018 -0400

    Fix the failure for golint
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dc9f932..657c98e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ before_install:
 - "./tools/travis/cloneutils.sh"
 install:
 - export DEPLOY_BUILD_READY=false
-- go get -u github.com/golang/lint/golint
+- go get -u golang.org/x/lint/golint
 - go get -u github.com/stretchr/testify
 - go get -u github.com/tools/godep
 before_script:

Reply via email to