Browse Source

Fix get of golint

Robert Jacob 6 years ago
parent
commit
dfb8646068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ go:
 before_install:
 before_install:
 - sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
 - sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
 - go get github.com/mattn/goveralls
 - go get github.com/mattn/goveralls
-- go get github.com/golang/lint/golint
+- go get golang.org/x/lint/golint
 script:
 script:
 - goveralls -v
 - goveralls -v
 - golint -set_exit_status $(go list ./...)
 - golint -set_exit_status $(go list ./...)