Skip to content

Commit 46b2683

Browse files
committed
ci: install golint in appveyor
Our tests now depend on this being on the PATH
1 parent 39e899f commit 46b2683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ install:
1212
- go get -d -t ./...
1313
- go test -i ./...
1414
build_script:
15+
- go get golang.org/x/lint/golint
1516
- go test -race -v ./...

0 commit comments

Comments
 (0)