Explorar el Código

changed gometalinter to use github master

Torkel Ödegaard hace 7 años
padre
commit
207ce0cde1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -81,7 +81,7 @@ jobs:
     working_directory: /go/src/github.com/grafana/grafana
     steps:
       - checkout
-      #- run: 'go get -u gopkg.in/alecthomas/gometalinter.v2'
+      - run: 'go get -u https://github.com/alecthomas/gometalinter'
       - run: 'go get -u github.com/tsenart/deadcode'
       - run: 'go get -u github.com/gordonklaus/ineffassign'
       - run: 'go get -u github.com/opennota/check/cmd/structcheck'