Drop go 1.9 support
This commit is contained in:
parent
91fd50fe10
commit
937987da82
@ -1,7 +1,6 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.9.x"
|
||||
- "1.10.x"
|
||||
- "1.11.x"
|
||||
- tip
|
||||
@ -17,8 +16,8 @@ matrix:
|
||||
install:
|
||||
- go get github.com/jteeuwen/go-bindata/...
|
||||
- cd client
|
||||
- nvm install 10.9.0
|
||||
- nvm use 10.9.0
|
||||
- nvm install 10.11.0
|
||||
- nvm use 10.11.0
|
||||
- npm install -g yarn
|
||||
- yarn global add gulp@next
|
||||
- yarn --ignore-engines
|
||||
|
Loading…
Reference in New Issue
Block a user