Skip to content

Commit

Permalink
move go version badge to platform support category (#10444)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Aug 15, 2024
1 parent 15599ca commit dc57a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/github/github-go-mod.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -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*',
Expand Down

0 comments on commit dc57a88

Please sign in to comment.