0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-05 18:55:23 +02:00

Use latest versions of go (#369)

This commit is contained in:
Richard van der Hoff 2017-12-12 10:25:24 +00:00 committed by GitHub
parent c3cb6f8767
commit 568c6f7c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
language: go
go:
- 1.8
- 1.9
- 1.8.x
- 1.9.x
env:
- TEST_SUITE="lint"