From 358d0d79fd4fbec9bd680d29fe55d5b99756569f Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 2 Mar 2021 08:29:52 -0500 Subject: [PATCH] remove go, as topgrade dropped it --- topgrade/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topgrade/topgrade.toml b/topgrade/topgrade.toml index c79a733..910e6af 100644 --- a/topgrade/topgrade.toml +++ b/topgrade/topgrade.toml @@ -5,7 +5,7 @@ #] # Disable specific steps - same options as the command line flag -disable = ["go", "microsoft_auto_update"] +disable = ["microsoft_auto_update"] # Run specific steps - same options as the command line flag #only = ["system", "emacs"]