Merge pull request #57 from matrix-org/anoa/go_1_10

Bump minimum go version to 1.10
This commit is contained in:
Andrew Morgan 2019-01-30 13:01:40 +00:00 committed by GitHub
commit 385f072fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: go language: go
go: go:
- 1.8 - 1.10.x
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

View File

@ -168,6 +168,7 @@ type RespSync struct {
} `json:"rooms"` } `json:"rooms"`
} }
// RespTurnServer is the JSON response from a Turn Server
type RespTurnServer struct { type RespTurnServer struct {
Username string `json:"username"` Username string `json:"username"`
Password string `json:"password"` Password string `json:"password"`