diff --git a/pkg/git/checkout.go b/pkg/git/checkout.go index fd78a80b16..dd451d2abc 100644 --- a/pkg/git/checkout.go +++ b/pkg/git/checkout.go @@ -173,7 +173,6 @@ func (c *CheckoutSemVer) Checkout(ctx context.Context, path, url string, auth tr URL: url, Auth: auth, RemoteName: defaultOrigin, - SingleBranch: true, NoCheckout: false, Depth: 1, RecurseSubmodules: 0,