0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-03 04:59:08 +02:00

Fix go version

This commit is contained in:
Mark Haines 2017-02-10 11:01:12 +00:00
parent 309f2f0a5c
commit 832f604b94

View file

@ -1,6 +1,6 @@
language: go
go:
- 1.8
- 1.7
install:
- go get github.com/constabulary/gb/...
- go get github.com/golang/lint/golint