Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
  • Loading branch information
joshua-kim committed Oct 18, 2023
1 parent aea647b commit 0bdc7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
)

type Application struct {
Name string `json:"name" yaml:"major"`
Name string `json:"name" yaml:"name"`

Check failure on line 19 in version/application.go

View workflow job for this annotation

GitHub Actions / Static analysis

tag is not aligned, should be: json:"name" yaml:"name" (tagalign)

Check failure on line 19 in version/application.go

View workflow job for this annotation

GitHub Actions / Static analysis

tag is not aligned, should be: json:"name" yaml:"name" (tagalign)
Major int `json:"major" yaml:"major"`
Minor int `json:"minor" yaml:"minor"`
Patch int `json:"patch" yaml:"patch"`
Expand Down

0 comments on commit 0bdc7f5

Please sign in to comment.