From 882f0fcc875c0bef106a61fdb186554870539dab Mon Sep 17 00:00:00 2001 From: Dan Duvall Date: Fri, 19 Oct 2018 14:03:03 -0700 Subject: Install `golint` from "golang.org/x/lint/golint" See https://github.com/golang/lint/issues/415 Change-Id: Ic6d5c90b1409ba1799cfcd5000f7fc1798423e59 --- .pipeline/blubber.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.1