You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to avoid this error during lint:
```
# golang.org/x/tools/go/ast/astutil
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/enclosing.go:323:23: n.Type.TypeParams undefined (type *ast.FuncType has no field or method TypeParams)
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/enclosing.go:378:8: undefined: ast.IndexListExpr
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/enclosing.go:589:8: undefined: ast.IndexListExpr
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/rewrite.go:253:8: undefined: ast.IndexListExpr
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/rewrite.go:294:18: n.TypeParams undefined (type *ast.FuncType has no field or method TypeParams)
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/rewrite.go:409:18: n.TypeParams undefined (type *ast.TypeSpec has no field or method TypeParams)
note: module requires Go 1.19
```
remove deprecated flag `-i` with `go build`:
```
flag provided but not defined: -i
```
0 commit comments