1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-06-06 14:53:22 +00:00

Bump minimum go version to 1.10

This commit is contained in:
Andrew Morgan 2019-01-29 17:53:14 +00:00
parent eb6a57bae9
commit 544fff6a0f

View file

@ -1,6 +1,7 @@
language: go language: go
go: go:
- 1.8 - 1.10
- 1.11
install: install:
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo - go get github.com/fzipp/gocyclo