Skip to content

Commit 0519150

Browse files
authored
Merge pull request #89 from buzzfeed/bump-golint
bump golint to golang.org/x/lint/golint
2 parents 1b23cb7 + 9a7e8f2 commit 0519150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- setup_remote_docker
1010
- run:
1111
name: get lint
12-
command: go get github.com/golang/lint/golint
12+
command: go get golang.org/x/lint/golint
1313
- run:
1414
name: install dependencies
1515
command: |

0 commit comments

Comments
 (0)