Remove windows v1 runtime

Closes #3094

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2019-07-22 17:49:57 +00:00
parent f7761411b8
commit f055bdb0aa
18 changed files with 11 additions and 2596 deletions

View File

@@ -93,7 +93,7 @@ func New(address string, opts ...ClientOpt) (*Client, error) {
if copts.defaultRuntime != "" {
c.runtime = copts.defaultRuntime
} else {
c.runtime = fmt.Sprintf("%s.%s", plugin.RuntimePlugin, runtime.GOOS)
c.runtime = defaults.DefaultRuntime
}
if copts.services != nil {