summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]