summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Duvall <dduvall@wikimedia.org>2018-10-19 14:03:03 -0700
committerDan Duvall <dduvall@wikimedia.org>2018-10-19 14:03:03 -0700
commit882f0fcc875c0bef106a61fdb186554870539dab (patch)
tree21e3d3a672978d1be9b77c38adbe4556f97e2a17
parentaf9e797908c0d5ed7780a5386aa773ecdd9cc51c (diff)
downloadblubber-882f0fcc875c0bef106a61fdb186554870539dab.tar.gz
Install `golint` from "golang.org/x/lint/golint"
See https://github.com/golang/lint/issues/415 Change-Id: Ic6d5c90b1409ba1799cfcd5000f7fc1798423e59
-rw-r--r--.pipeline/blubber.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pipeline/blubber.yaml b/.pipeline/blubber.yaml
index 013bb9b..af20bb8 100644
--- a/.pipeline/blubber.yaml
+++ b/.pipeline/blubber.yaml
@@ -6,5 +6,5 @@ variants:
test:
runs: { insecurely: true }
builder:
- command: [go, get, -u, github.com/golang/lint/golint]
+ command: [go, get, -u, golang.org/x/lint/golint]
entrypoint: [make, test]