Skip to content

Commit cf17561

Browse files
committed
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 <[email protected]>
1 parent 4bd4c7c commit cf17561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ matrix:
4343
language: go
4444
env: TEST=mynewt
4545
go:
46-
- "1.11"
46+
- "1.12"
4747

4848
before_install:
4949
- |

0 commit comments

Comments
 (0)