We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15599ca commit dc57a88Copy full SHA for dc57a88
services/github/github-go-mod.service.js
@@ -15,7 +15,7 @@ const filenameDescription =
15
'The `filename` param can be used to specify the path to `go.mod`. By default, we look for `go.mod` in the repo root'
16
17
export default class GithubGoModGoVersion extends ConditionalGithubAuthV3Service {
18
- static category = 'version'
+ static category = 'platform-support'
19
static route = {
20
base: 'github/go-mod/go-version',
21
pattern: ':user/:repo/:branch*',
0 commit comments