Workaround https://github.com/golang/go/issues/25872
This commit is contained in:
parent
283bcf7a1e
commit
c680112405
1 changed files with 6 additions and 1 deletions
|
@ -40,7 +40,12 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- sudo luarocks install luacheck
|
- sudo luarocks install luacheck
|
||||||
- make luacheck
|
- make luacheck
|
||||||
- go get golang.org/x/lint/golint
|
- |
|
||||||
|
go get -d golang.org/x/lint/golint
|
||||||
|
cd $GOPATH/src/golang.org/x/tools
|
||||||
|
git checkout release-branch.go1.10
|
||||||
|
go install golang.org/x/lint/golint
|
||||||
|
cd -
|
||||||
- make verify-all
|
- make verify-all
|
||||||
- stage: Lua Unit Test
|
- stage: Lua Unit Test
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue