From ca889e8123c87faa9a1092ab94312270b4b49471 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 27 Oct 2018 14:59:54 -0300 Subject: [PATCH] Fix CI --- Taskfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index f12e1fe..86d5645 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,4 +1,4 @@ -# github.com/go-task/task +# https://taskfile.org version: '2' @@ -6,7 +6,7 @@ tasks: dl-deps: desc: Download cli deps cmds: - - go get -u github.com/golang/lint/golint + - go get -u golang.org/x/lint/golint lint: desc: Runs golint