diff --git a/.travis.yml b/.travis.yml index c39ad38..706e469 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - "1.10" - "1.11" - "1.12" + - "1.13" cache: directories: diff --git a/bootstrap/bootstrap.go b/bootstrap/bootstrap.go index 3464c0b..1799e68 100644 --- a/bootstrap/bootstrap.go +++ b/bootstrap/bootstrap.go @@ -437,7 +437,7 @@ func (g *goBinary) GenerateBuildActions(ctx blueprint.ModuleContext) { name, srcs, genSrcs, testSrcs) } - buildGoPackage(ctx, objDir, name, archiveFile, srcs, genSrcs) + buildGoPackage(ctx, objDir, "main", archiveFile, srcs, genSrcs) var linkDeps []string var libDirFlags []string