Fix golint

This commit is contained in:
Hidetake Iwata
2018-10-16 09:25:38 +09:00
parent 7e1e6a096b
commit 7676ffbfab
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
steps:
- checkout
- run: go get -v -t -d ./...
- run: go get github.com/golang/lint/golint
- run: go get -u golang.org/x/lint/golint
- run: golint
- run: go build -v
- run: make -C e2e/authserver/testdata