Skip to content

Commit 758f6b1

Browse files
authored
Merge pull request #8 from psampaz/go_reporter_lint_fix
Fix go reporter issue
2 parents dfa2604 + e185507 commit 758f6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mod/mod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (m *Module) HasUpdate() bool {
6666
return mod.Update != nil
6767
}
6868

69-
// New Version returns the version of the update taking into consideration the any Replace settings
69+
// NewVersion returns the version of the update taking into consideration the any Replace settings
7070
func (m *Module) NewVersion() string {
7171
var mod Module
7272
if m.Replace != nil {

0 commit comments

Comments
 (0)