Quellcode durchsuchen

Fix golint import path (#426)

Soumya vor 6 Jahren
Ursprung
Commit
9c4c4489fe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Datei anzeigen

@@ -50,7 +50,7 @@ addons:
50 50
       - graphviz
51 51
 
52 52
 before_install:
53
-  - go get -u github.com/golang/lint/golint honnef.co/go/tools/cmd/...
53
+  - go get -u golang.org/x/lint/golint honnef.co/go/tools/cmd/...
54 54
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
55 55
   - if [[ "$TRAVIS_OS_NAME" == "osx" && -z $SKIP_BINUTILS ]]; then brew install binutils ; fi
56 56
   - if [[ "$TRAVIS_OS_NAME" == "osx" && -z $SKIP_GRAPHVIZ ]]; then brew install graphviz; fi