Update golint

Signed-off-by: Zhengyi Lai <zheng1@kubesphere.io>
This commit is contained in:
Zhengyi Lai 2021-05-24 20:45:06 +08:00
parent 09d096f8c4
commit 92d515114a
No known key found for this signature in database
GPG Key ID: 98AAE0EBE0B2134F
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ before_install:
- /usr/local/bin/make --version
install:
- go get -u github.com/golang/lint/golint;
- go get -u golang.org/x/lint/golint;
script:
- /usr/local/bin/make check