diff --git a/website/docs/golang.md b/website/docs/golang.md
index 655bfa3bdbb37c1f1e12b1535bf6efc4633a41fa..ce1b5816fb4dd03f472dad658c0f8a3d8a65a8ed 100644
--- a/website/docs/golang.md
+++ b/website/docs/golang.md
@@ -11,17 +11,14 @@ Renovate supports upgrading dependencies in `go.mod` files and their accompanyin
 
 1.  Renovate will search each repository for any `go.mod` files.
 2.  Existing dependencies will be extracted from `require` statements
-3.  Renovate will resolve the dependency's source repository and check for semver tags if found (GitHub-only currently)
-4.  If the source repository has either a "changelog" file or uses GitHub releases, then Release Notes for each version will be embedded in the generated PR.
+3.  Renovate will resolve the dependency's source repository and check for semver tags if found
+4.  A PR will be created with `go.mod` and `go.sum` updated in the same commit
+5.  If the source repository has either a "changelog" file or uses GitHub releases, then Release Notes for each version will be embedded in the generated PR.
 
 ## Enabling
 
-Install the [Renovate App](https://github.com/marketplace/renovate) on GitHub, or check out [Renovate OSS](https://github.com/renovatebot/renovate) or [Renovate Pro](https://renovatebot.com/pro) for self-hosted options.
+Either install the [Renovate App](https://github.com/apps/renovate) on GitHub, or check out [Renovate OSS](https://github.com/renovatebot/renovate) or [Renovate Pro](https://renovatebot.com/pro) for self-hosted options.
 
-## Limitations / Future work
+## Future work
 
-- [#2580](https://github.com/renovatebot/renovate/issues/2580) Support vendoring of dependencies (i.e. Renoate updating the `vendor/` directory in same PR)
-
-- [#2583](https://github.com/renovatebot/renovate/issues/2583) Support major version updates >1 (requires changing the dependency "name" in both `go.mod` as well as source files that reference it)
-
-- [#2586](https://github.com/renovatebot/renovate/issues/2586) Updating commit hashes in `go.mod` files for dependencies that don't yet support tagged versions
+- [#2580](https://github.com/renovatebot/renovate/issues/2580) Support vendoring of dependencies (i.e. Renovate updating the `vendor/` directory in same PR as it update `go.mod` and `go.sum`)