Update mynewt travis test to use go 1.12
`newt` was recently updated to build with go module and requires go 1.12. Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
parent
4bd4c7cfb9
commit
cf17561fbb
|
@ -43,7 +43,7 @@ matrix:
|
||||||
language: go
|
language: go
|
||||||
env: TEST=mynewt
|
env: TEST=mynewt
|
||||||
go:
|
go:
|
||||||
- "1.11"
|
- "1.12"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in New Issue