diff --git a/modules/lang/go/config.el b/modules/lang/go/config.el index a19bfde14..b5605a83b 100644 --- a/modules/lang/go/config.el +++ b/modules/lang/go/config.el @@ -72,5 +72,4 @@ (use-package! flycheck-golangci-lint :when (featurep! :tools flycheck) - :hook (go-mode . flycheck-golangci-lint-setup) - :config (setenv "GO111MODULE" "on")) + :hook (go-mode . flycheck-golangci-lint-setup))