upgrade golang to 1.12, fixes #406

This commit is contained in:
Shivaram Lingamneni 2019-02-26 14:53:33 -05:00
parent e65845090f
commit c16ff3cafd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: go language: go
go: go:
- "1.11.x" - "1.12.x"
script: script:
- make - make