Skip to content

Commit e9e10bb

Browse files
committed
package internal/customvet use Go 1.17
Signed-off-by: fukua95 <fukua95@gmail.com>
1 parent 988cbd6 commit e9e10bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/customvet/checks/setval/setval.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var Analyzer = &analysis.Analyzer{
1212
Name: "setval",
1313
Doc: "find Cmder types that are missing a SetVal method",
1414

15-
Run: func(pass *analysis.Pass) (any, error) {
15+
Run: func(pass *analysis.Pass) (interface{}, error) {
1616
cmderTypes := make(map[string]token.Pos)
1717
typesWithSetValMethod := make(map[string]bool)
1818

0 commit comments

Comments
 (0)