Ver código fonte

Update .travis.yml

silenceper 6 anos atrás
pai
commit
79ff0321e3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -11,7 +11,7 @@ services:
 
 before_script:
   - GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
-  - go get github.com/golang/lint/golint
+  - go get golang.org/x/lint/golint
     
 script:
   - go test -v -race ./...