Another circleci fix

This commit is contained in:
Torkel Ödegaard
2018-09-11 18:32:19 +02:00
committed by GitHub
parent 207ce0cde1
commit 48d1ebacbb

View File

@@ -81,7 +81,7 @@ jobs:
working_directory: /go/src/github.com/grafana/grafana
steps:
- checkout
- run: 'go get -u https://github.com/alecthomas/gometalinter'
- run: 'go get -u 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'