diff --git a/services/github/github-go-mod.service.js b/services/github/github-go-mod.service.js
index 77f2080b52492f3768ef4a5034a28529bd0bad65..937f5f0e4f7ddbe2b3f54255ab30dd884aea936c 100644
--- a/services/github/github-go-mod.service.js
+++ b/services/github/github-go-mod.service.js
@@ -15,7 +15,7 @@ const filenameDescription =
   'The `filename` param can be used to specify the path to `go.mod`. By default, we look for `go.mod` in the repo root'
 
 export default class GithubGoModGoVersion extends ConditionalGithubAuthV3Service {
-  static category = 'version'
+  static category = 'platform-support'
   static route = {
     base: 'github/go-mod/go-version',
     pattern: ':user/:repo/:branch*',