From dc57a8893cadfa8494956f8c09db76518fa1fa4f Mon Sep 17 00:00:00 2001 From: chris48s Date: Thu, 15 Aug 2024 23:39:07 +0100 Subject: [PATCH] move go version badge to platform support category (#10444) --- services/github/github-go-mod.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/github/github-go-mod.service.js b/services/github/github-go-mod.service.js index 77f2080b52492..937f5f0e4f7dd 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*',