diff --git a/pkgs/by-name/go/go-tools/package.nix b/pkgs/by-name/go/go-tools/package.nix index 27feb8aeeec3..0f6dd8648fbd 100644 --- a/pkgs/by-name/go/go-tools/package.nix +++ b/pkgs/by-name/go/go-tools/package.nix @@ -19,8 +19,6 @@ buildGoModule rec { excludedPackages = [ "website" ]; - doCheck = false; - meta = with lib; { description = "Collection of tools and libraries for working with Go code, including linters and static analysis"; homepage = "https://staticcheck.io";