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

csantanapr pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 9802140  golint package path update (#101)
9802140 is described below

commit 98021403175a99b97f694b73b1f14b97988d1ee7
Author: Mark Deuser <[email protected]>
AuthorDate: Mon Oct 15 13:26:49 2018 -0400

    golint package path update (#101)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 52b639c..4ef02ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ before_install:
 
 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
 
 script:

Reply via email to