Skip to content

Commit 5720936

Browse files
committed
Fix CI
1 parent 5d9de14 commit 5720936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tasks:
2323
desc: Downloads cli dependencies
2424
cmds:
2525
- task: go-get
26-
vars: {REPO: github.com/golang/lint/golint}
26+
vars: {REPO: golang.org/x/lint/golint}
2727
- task: go-get
2828
vars: {REPO: github.com/golang/dep/cmd/dep}
2929
- task: go-get
@@ -68,7 +68,7 @@ tasks:
6868
ci:
6969
cmds:
7070
- task: go-get
71-
vars: {REPO: github.com/golang/lint/golint}
71+
vars: {REPO: golang.org/x/lint/golint}
7272
- task: lint
7373
- task: test
7474

0 commit comments

Comments
 (0)