mirror of https://github.com/status-im/migrate.git
update CI and build tags to go1.9
This commit is contained in:
parent
636c911d33
commit
a8ef2b8cfe
|
@ -2,7 +2,6 @@ language: go
|
|||
sudo: required
|
||||
|
||||
go:
|
||||
- 1.8
|
||||
- 1.9
|
||||
|
||||
env:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build go1.9
|
||||
|
||||
package mysql
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue